We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a8ee4 commit 00120b3Copy full SHA for 00120b3
.github/workflows/build-ios.yml
@@ -93,7 +93,7 @@ jobs:
93
-p:RuntimeIdentifier=ios-arm64 \
94
-p:ArchiveOnBuild=true \
95
-p:CodesignProvision='Automatic:AppStore' \
96
- -p:CodesignKey='${{ secrets.APP_STORE_CODESIGN_KEY }}' \
+ -p:CodesignKey='Apple Distribution: Allan Ritchie (T9KLD6CCM9)' \
97
-o ${{ github.workspace }}/artifacts/ \
98
-p:IpaPackageName=app.ipa \
99
-bl:${{ github.workspace}}/artifacts/ios.binlog \
0 commit comments