mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 06:16:37 -04:00
How about comments INSIDE the ;?
This commit is contained in:
parent
11fee62110
commit
7eaa5d7610
@ -32,7 +32,7 @@ script:
|
||||
wget -O butler.zip https://broth.itch.ovh/butler/linux-amd64/LATEST/archive/default;
|
||||
unzip butler.zip;
|
||||
chmod +x butler;
|
||||
./butler -V; # just a sanity check run (and also helpful in case you're sharing CI logs)
|
||||
./butler -V # just a sanity check run (and also helpful in case you're sharing CI logs);
|
||||
./gradlew desktop:packrWindows32;
|
||||
./gradlew desktop:packrWindows64;
|
||||
./butler push deploy/Unciv-Windows64.zip yairm210/unciv:Windows64
|
||||
|
Loading…
x
Reference in New Issue
Block a user