Fix submit script syntax

This commit is contained in:
Davide De Rosa 2021-01-26 17:02:36 +01:00
parent 876289891a
commit 3f2b227cdd
1 changed files with 1 additions and 1 deletions

View File

@ -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 ; }