Skip to content

Instantly share code, notes, and snippets.

@0del
Created March 24, 2021 13:36
Show Gist options
  • Save 0del/15e1dba6082f81d010193dbb617a1999 to your computer and use it in GitHub Desktop.
Save 0del/15e1dba6082f81d010193dbb617a1999 to your computer and use it in GitHub Desktop.
script upload
#!/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