Skip to content

Commit

Permalink
Update smeem-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cchanmi authored Nov 23, 2024
1 parent 5ce6de2 commit afb9917
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/smeem-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +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 './keys/AuthKey_${{ secrets.APPSTORE_API_KEY_ID }}.p8' -allowProvisioningUpdates
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit afb9917

Please sign in to comment.