Skip to content

Commit

Permalink
key path 절대 경로로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
cchanmi authored Nov 23, 2024
1 parent afb9917 commit 8ba3edd
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 @@ -72,7 +72,7 @@ jobs:
mkdir artifacts
xcodebuild archive -project Smeem-iOS/Smeem-iOS.xcodeproj -scheme Smeem-Release -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.2' -archivePath "$XC_ARCHIVE_PATH"
- name: Export app
run: xcodebuild -exportArchive -archivePath "$XC_ARCHIVE_PATH" -exportOptionsPlist .github/ExportOptions.plist -exportPath "$XC_EXPORT_PATH" -authenticationKeyIssuerID ${{ secrets.APPSTORE_ISSUER_ID }} -authenticationKeyID ${{ secrets.APPSTORE_API_KEY_ID }} -authenticationKeyPath './keys/AuthKey_${{ secrets.APPSTORE_API_KEY_ID }}.p8' -allowProvisioningUpdates
run: xcodebuild -exportArchive -archivePath "$XC_ARCHIVE_PATH" -exportOptionsPlist .github/ExportOptions.plist -exportPath "$XC_EXPORT_PATH" -authenticationKeyIssuerID ${{ secrets.APPSTORE_ISSUER_ID }} -authenticationKeyID ${{ secrets.APPSTORE_API_KEY_ID }} -authenticationKeyPath '${{ github.workspace }}/keys/AuthKey_${{ secrets.APPSTORE_API_KEY_ID }}.p8' -allowProvisioningUpdates
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 8ba3edd

Please sign in to comment.