Skip to content

Commit

Permalink
update export apiKet
Browse files Browse the repository at this point in the history
  • Loading branch information
cchanmi authored Nov 23, 2024
1 parent 86bf427 commit f42e030
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/smeem-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,12 @@ 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" -allowProvisioningUpdates
run: xcodebuild -exportArchive \
-archivePath "$XC_ARCHIVE_PATH" \
-exportOptionsPlist .github/ExportOptions.plist \
-exportPath "$XC_EXPORT_PATH" \
-apiKey ${{ secrets.APPSTORE_API_PRIVATE_KEY }}
-allowProvisioningUpdates
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit f42e030

Please sign in to comment.