mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-22 15:52:08 +00:00
4 lines
152 B
Bash
Executable File
4 lines
152 B
Bash
Executable File
#!/bin/sh
|
|
ci/store-deploy.sh mac || { echo "Failed to deploy macOS" ; exit 1 ; }
|
|
ci/beta-deploy.sh ios && || { echo "Failed to deploy iOS" ; exit 1 ; }
|