Submit iOS build to TestFlight

This commit is contained in:
Davide De Rosa 2021-01-06 19:05:13 +01:00
parent 5f83313b79
commit 7508198455
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
ci/store-deploy.sh mac || { echo "Failed to deploy macOS" ; exit 1 ; }
ci/store-deploy.sh ios || { echo "Failed to deploy iOS" ; exit 1 ; }
ci/beta-deploy.sh ios && || { echo "Failed to deploy iOS" ; exit 1 ; }