Skip to content

Commit

Permalink
Update build_sign_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan1258 authored Jul 18, 2024
1 parent d3cc867 commit 612e234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_sign_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Export the app
run: |
sed -i '' 's/__TEAM_ID__/$PROD_MACOS_TEAM_ID/' ExportOptions.plist
sed -i '' "s/__TEAM_ID__/$PROD_MACOS_TEAM_ID/" ExportOptions.plist
xcodebuild -exportArchive -archivePath $PWD/build/WeatherApp.xcarchive -exportPath $PWD/build -exportOptionsPlist ExportOptions.plist
- name: Codesign app bundle
Expand Down

0 comments on commit 612e234

Please sign in to comment.