Skip to content

Commit

Permalink
fix archive.plist location
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan committed Mar 1, 2024
1 parent f41155e commit 87fcde9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: xcodebuild -workspace './ios/App/App.xcworkspace' -scheme App -destination generic/platform=iOS -archivePath App.xcarchive archive

- name: 🍻 Assemble IPA
run: xcodebuild archive -archivePath App.xcarchive -exportArchive -exportOptionsPlist ./archive.plist -exportPath output -allowProvisioningUpdates
run: xcodebuild archive -archivePath App.xcarchive -exportArchive -exportOptionsPlist ./ios/App/archive.plist -exportPath output -allowProvisioningUpdates

- name: Upload release bundle
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 87fcde9

Please sign in to comment.