Skip to content

Commit

Permalink
Update publish_testflight.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hitherejoe authored Apr 7, 2020
1 parent ccf70e2 commit 7b8c2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/publish_testflight.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -eo pipefail

cd native/KotlinIOS

xcrun altool --upload-app -t ios -f DerivedData/Build/Minimise.ipa -u "$APPLEID_USERNAME" -p "$APPLEID_PASSWORD" --verbose
xcrun altool --upload-app -t ios -f DerivedData/Build/KotlinIOS.ipa -u "$APPLEID_USERNAME" -p "$APPLEID_PASSWORD" --verbose

0 comments on commit 7b8c2db

Please sign in to comment.