Skip to content

Commit

Permalink
Merge pull request #18 from miketvo/dev
Browse files Browse the repository at this point in the history
Updated Build pipeline
  • Loading branch information
miketvo authored Mar 11, 2024
2 parents 67156a6 + 9c7b55a commit 79f9630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ foreach ($project in $godotProjects) {
if (Test-Path -Path $zipFilePath) {
Remove-Item -Path $zipFilePath -Force
}
Compress-Archive -Path $zipFileSource -DestinationPath $zipFilePath
Compress-Archive -Path $zipFileSource -DestinationPath $zipFilePath -CompressionLevel NoCompression
Write-Output "Packed $zipFileSource into $zipFilePath"
}
}
Expand Down

0 comments on commit 79f9630

Please sign in to comment.