Fix submit script syntax
This commit is contained in:
parent
876289891a
commit
3f2b227cdd
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
ci/store-deploy.sh mac || { echo "Failed to deploy macOS" ; exit 1 ; }
|
ci/store-deploy.sh mac || { echo "Failed to deploy macOS" ; exit 1 ; }
|
||||||
ci/beta-deploy.sh ios && || { echo "Failed to deploy iOS" ; exit 1 ; }
|
ci/beta-deploy.sh ios || { echo "Failed to deploy iOS" ; exit 1 ; }
|
||||||
|
|
Loading…
Reference in New Issue