Skip to content

Commit

Permalink
파일 경로 문법 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
cchanmi authored Nov 23, 2024
1 parent 74889bd commit 5ce6de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smeem-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
-exportPath "$XC_EXPORT_PATH" \
-authenticationKeyIssuerID ${{ secrets.APPSTORE_ISSUER_ID }} \
-authenticationKeyID ${{ secrets.APPSTORE_API_KEY_ID }} \
-authenticationKeyPath ./keys/AuthKey_${{ secrets.APPSTORE_API_KEY_ID }}.p8
-authenticationKeyPath './keys/AuthKey_${{ secrets.APPSTORE_API_KEY_ID }}.p8' \
-allowProvisioningUpdates
- name: Upload Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 5ce6de2

Please sign in to comment.