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 70ac04c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ jobs:
EXPORT_OPTIONS_PLIST: ${{ secrets.EXPORT_OPTIONS_PLIST }}
run: |
EXPORT_OPTS_PATH=iosApp/exportOptionsRelease.plist
xcodebuild -exportArchive -archivePath $RUNNER_TEMP/iosApp.xcarchive -exportOptionsPlist $EXPORT_OPTS_PATH -exportPath build/
echo -n "$EXPORT_OPTIONS" | 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 70ac04c

Please sign in to comment.