Skip to content

Commit

Permalink
fixed ios github build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Equirinya committed Jan 3, 2025
1 parent 27237e5 commit b01d1d8
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 @@ -74,7 +74,7 @@ jobs:
EXPORT_METHOD: "app-store"
EXPORT_DESTINATION: "export"
BUNDLE_ID: "de.equirinya.piusapp" #change this when adapting to another app
PROVISIONING_PROFILE: "PiusApp_Distribution_24_12.mobileprovision"
PROVISIONING_PROFILE: "PiusApp Distribution 24_12"
TEAM_ID: ${{ secrets.TEAM_ID }}
run: |
envsubst < ios/Runner/ExportOptions-Template.plist > ios/Runner/ExportOptions.plist
Expand Down

0 comments on commit b01d1d8

Please sign in to comment.