Skip to content

Commit

Permalink
Only upload assets once per build
Browse files Browse the repository at this point in the history
  • Loading branch information
crudelios committed May 8, 2024
1 parent 224f8e9 commit 4700e58
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .ci_scripts/build_upload.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,11 @@ if (!$?) {
}
echo "Uploaded. URL: https://augustus.josecadete.net/$repo.html"

if (!$packed_assets -and $suffix -eq "windows") {
if ($suffix -ne "windows") {
exit
}

if (!$packed_assets) {
echo "Packing the assets"

cd .\res\asset_packer
Expand Down

0 comments on commit 4700e58

Please sign in to comment.