mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
ci: Update 7zip function to extract game data (#9666)
This commit is contained in:
parent
f94197b1c3
commit
56b0baf97c
2
.github/workflows/pboproject.yml
vendored
2
.github/workflows/pboproject.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
Invoke-WebRequest "$env:RHSUSF_URL" -OutFile rhsusf.zip
|
Invoke-WebRequest "$env:RHSUSF_URL" -OutFile rhsusf.zip
|
||||||
$files = @("arma3.zip", "rhsafrf.zip", "rhsgref.zip", "rhssaf.zip", "rhsusf.zip")
|
$files = @("arma3.zip", "rhsafrf.zip", "rhsgref.zip", "rhssaf.zip", "rhsusf.zip")
|
||||||
ForEach ($file in $files) {
|
ForEach ($file in $files) {
|
||||||
Extract-7Zip -Path $file -DestinationPath .
|
Expand-7ZipArchive -Path $file -DestinationPath .
|
||||||
Remove-Item $file
|
Remove-Item $file
|
||||||
}
|
}
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user