diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ccd9f76..b294465 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/iosApp/exportOptionsRelease.plist b/iosApp/exportOptionsRelease.plist deleted file mode 100644 index 7dd5374..0000000 --- a/iosApp/exportOptionsRelease.plist +++ /dev/null @@ -1,20 +0,0 @@ - - - - - compileBitcode - - destination - export - method - release-testing - signingStyle - automatic - stripSwiftSymbols - - teamID - ANY487J8ZV - thinning - <none> - -