mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2026-08-23 02:08:06 +00:00
Update demomissionspacked.yml
This commit is contained in:
@@ -118,6 +118,12 @@ jobs:
|
|||||||
}
|
}
|
||||||
Copy-Item -Path "$file" -Destination "$to_file" -Force #ps1 and lua mission file
|
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
|
- name: Push Changes Packed
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user