Skip to content

Commit

Permalink
Use 7zip to unzip packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-H123 authored Dec 1, 2023
1 parent f94197b commit 094762a
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 .
7z x $file
Remove-Item $file
}
env:
Expand Down

0 comments on commit 094762a

Please sign in to comment.