Skip to content

Commit

Permalink
ci: Update 7zip function to extract game data (#1631)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahlgren committed Dec 1, 2023
1 parent 34fc6dc commit df661e4
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 @@ -21,7 +21,7 @@ jobs:
Invoke-WebRequest "$env:ARMA3_DATA_URL" -OutFile arma3.zip
$files = @("arma3.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 df661e4

Please sign in to comment.