Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jnelle authored Jun 22, 2024
1 parent 31d76b5 commit b610018
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
env:
EXPORT_OPTIONS_PLIST: ${{ secrets.EXPORT_OPTIONS_PLIST }}
run: |
EXPORT_OPTS_PATH=iosApp/ExportOptions.plist
EXPORT_OPTS_PATH=iosApp/exportOptions.plist
xcodebuild -exportArchive -archivePath $RUNNER_TEMP/iamgroot.xcarchive -exportOptionsPlist $EXPORT_OPTS_PATH -exportPath build/
Expand All @@ -118,5 +118,4 @@ jobs:
artifacts: "composeApp/build/outputs/apk/release/composeApp-release.apk,build/MGPlayer.ipa"
generateReleaseNotes: true
tag: ${{ steps.semver.outputs.next }}
export-options: iosApp/exportOptionsRelease.plist

0 comments on commit b610018

Please sign in to comment.