...
|
...
|
@@ -33,7 +33,7 @@ tasks:
|
33
|
33
|
ssh mac "rm -f uxn-macos.tar.gz; export PATH=\"\${PATH}:/usr/local/bin\"; set -ex; cd uxn; git fetch; git checkout .; git clean -xfd; git checkout $(cd uxn && git rev-parse HEAD); ./build.sh --no-run; mv bin uxn; tar -zcf ../uxn-macos.tar.gz uxn"
|
34
|
34
|
rsync mac:uxn-macos.tar.gz out/
|
35
|
35
|
- upload: |
|
36
|
|
- if [ "$(cd uxn && git rev-parse HEAD)" != "$(cat uxn/.git/refs/remotes/origin/main)" ]; then exit; fi
|
|
36
|
+ if [ "$(cd uxn && git rev-parse HEAD)" != "$(cd uxn && git rev-parse origin/main)" ]; then exit; fi
|
37
|
37
|
ls -l out
|
38
|
38
|
tar -czf out.tar.gz -C out uxn-linux-amd64.tar.gz uxn-windows-64bit.zip uxn-macos.tar.gz
|
39
|
39
|
acurl() {
|