Skip to content

Commit e7aea50

Browse files
committed
fix/#103: ipa 파일명 추적하도록 수정
1 parent 60ff137 commit e7aea50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_on_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: 🚀 Upload app to TestFlight # TestFlight에 아카이브된 앱 등록
9090
uses: apple-actions/upload-testflight-build@v1
9191
with:
92-
app-path: '${{ env.PROJECT_NAME }}.ipa'
92+
app-path: 'Poppool.ipa'
9393
issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }}
9494
api-key-id: ${{ secrets.APPSTORE_API_KEY_ID }}
9595
api-private-key: ${{ secrets.APPSTORE_API_PRIVATE_KEY }}

0 commit comments

Comments
 (0)