mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-05 07:22:04 +00:00
4 lines
149 B
Bash
Executable File
4 lines
149 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 ; }
|