We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ff137 commit e7aea50Copy full SHA for e7aea50
.github/workflows/deploy_on_release.yml
@@ -89,7 +89,7 @@ jobs:
89
- name: 🚀 Upload app to TestFlight # TestFlight에 아카이브된 앱 등록
90
uses: apple-actions/upload-testflight-build@v1
91
with:
92
- app-path: '${{ env.PROJECT_NAME }}.ipa'
+ app-path: 'Poppool.ipa'
93
issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }}
94
api-key-id: ${{ secrets.APPSTORE_API_KEY_ID }}
95
api-private-key: ${{ secrets.APPSTORE_API_PRIVATE_KEY }}
0 commit comments