Skip to content

Commit

Permalink
ci: Update 7zip function to extract game data (#9666)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahlgren authored Dec 1, 2023
1 parent f94197b commit 56b0baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pboproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
Invoke-WebRequest "$env:RHSUSF_URL" -OutFile rhsusf.zip
$files = @("arma3.zip", "rhsafrf.zip", "rhsgref.zip", "rhssaf.zip", "rhsusf.zip")
ForEach ($file in $files) {
Extract-7Zip -Path $file -DestinationPath .
Expand-7ZipArchive -Path $file -DestinationPath .
Remove-Item $file
}
env:
Expand Down

0 comments on commit 56b0baf

Please sign in to comment.