From afb9917e42d1957f623f8ab8e868c54655b9a260 Mon Sep 17 00:00:00 2001 From: Chanmi Hwang <86944161+cchanmi@users.noreply.github.com> Date: Sat, 23 Nov 2024 17:31:55 +0900 Subject: [PATCH] Update smeem-release.yml --- .github/workflows/smeem-release.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/smeem-release.yml b/.github/workflows/smeem-release.yml index c8e6aa15..48bb3007 100644 --- a/.github/workflows/smeem-release.yml +++ b/.github/workflows/smeem-release.yml @@ -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: