Skip to content

Commit

Permalink
update api key path
Browse files Browse the repository at this point in the history
  • Loading branch information
cchanmi authored Nov 23, 2024
1 parent f42e030 commit 29d0b5b
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 @@ -76,7 +76,7 @@ jobs:
-archivePath "$XC_ARCHIVE_PATH" \
-exportOptionsPlist .github/ExportOptions.plist \
-exportPath "$XC_EXPORT_PATH" \
-apiKey ${{ secrets.APPSTORE_API_PRIVATE_KEY }}
-apiKey ./keys/AuthKey_${{ secrets.APPSTORE_API_KEY_ID }}.p8 \
-allowProvisioningUpdates
- name: Upload Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 29d0b5b

Please sign in to comment.