Skip to content

Commit

Permalink
update issureID, apikeyID, keypath
Browse files Browse the repository at this point in the history
  • Loading branch information
cchanmi authored Nov 23, 2024
1 parent 29d0b5b commit 74889bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/smeem-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ jobs:
-archivePath "$XC_ARCHIVE_PATH" \
-exportOptionsPlist .github/ExportOptions.plist \
-exportPath "$XC_EXPORT_PATH" \
-apiKey ./keys/AuthKey_${{ secrets.APPSTORE_API_KEY_ID }}.p8 \
-authenticationKeyIssuerID ${{ secrets.APPSTORE_ISSUER_ID }} \
-authenticationKeyID ${{ secrets.APPSTORE_API_KEY_ID }} \
-authenticationKeyPath ./keys/AuthKey_${{ secrets.APPSTORE_API_KEY_ID }}.p8
-allowProvisioningUpdates
- name: Upload Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 74889bd

Please sign in to comment.