Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jnelle committed Jun 23, 2024
2 parents 1ab0e8b + 16443de commit c7b5241
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,11 @@ jobs:
- name: export ipa
env:
EXPORT_OPTIONS_PLIST: ${{ secrets.EXPORT_OPTIONS_PLIST }}
EXPORT_OPTIONS_PLIST: ${{ secrets.EXPORT_OPTIONS }}
run: |
EXPORT_OPTS_PATH=iosApp/exportOptionsRelease.plist
xcodebuild -exportArchive -archivePath $RUNNER_TEMP/iosApp.xcarchive -exportOptionsPlist $EXPORT_OPTS_PATH -exportPath build/
echo -n "$EXPORT_OPTIONS_PLIST" | base64 --decode -o $EXPORT_OPTS_PATH
xcodebuild -allowProvisioningUpdates -exportArchive -archivePath $RUNNER_TEMP/iosApp.xcarchive -exportOptionsPlist $EXPORT_OPTS_PATH -exportPath build/
- name: Create Release
Expand Down
20 changes: 0 additions & 20 deletions iosApp/exportOptionsRelease.plist

This file was deleted.

0 comments on commit c7b5241

Please sign in to comment.