Created
March 24, 2021 13:36
-
-
Save 9bany/15e1dba6082f81d010193dbb617a1999 to your computer and use it in GitHub Desktop.
script upload
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
IPAFile=`find . -name *.ipa | head -1` | |
npm install -g appcenter-cli | |
appcenter login --token [login token] | |
appcenter distribute release -f $IPAFile -g Collaborators --app Punday/mondaypundayapp--ios |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment