Skip to content

Commit

Permalink
Try to configure the correct provisioning profile
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Jul 25, 2023
1 parent d45f421 commit a9440ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-ios-testflight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: |
EXPORT_PLIST_PATH=$RUNNER_TEMP/ExportOptions.plist
echo -n "$EXPORT_PLIST" | base64 --decode --output $EXPORT_PLIST_PATH
xcodebuild -exportArchive -archivePath mobile/Actions.xcarchive -exportOptionsPlist $EXPORT_PLIST_PATH -exportPath $RUNNER_TEMP/export
xcodebuild PROVISIONING_PROFILE=build_pp -exportArchive -archivePath mobile/Actions.xcarchive -exportOptionsPlist $EXPORT_PLIST_PATH -exportPath $RUNNER_TEMP/export
- name: Upload ipa
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit a9440ad

Please sign in to comment.