Submit iOS build to TestFlight
This commit is contained in:
parent
5f83313b79
commit
7508198455
|
@ -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 ; }
|
||||
|
|
Loading…
Reference in New Issue