mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2025-08-15 10:37:46 +00:00
Update demomissionspacked.yml
This commit is contained in:
parent
09ae973553
commit
9e9c42bf79
6
.github/workflows/demomissionspacked.yml
vendored
6
.github/workflows/demomissionspacked.yml
vendored
@ -118,6 +118,12 @@ jobs:
|
||||
}
|
||||
Copy-Item -Path "$file" -Destination "$to_file" -Force #ps1 and lua mission file
|
||||
}
|
||||
# remove _unpacked dirs, if any
|
||||
foreach ( $file in Get-ChildItem ".\MOOSE_MISSIONS\" -Include "_unpacked" -Recurse )
|
||||
{
|
||||
Write-Host $file
|
||||
rmdir $file -Recurse
|
||||
}
|
||||
|
||||
- name: Push Changes Packed
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user