diff --git a/.github/workflows/smeem-release.yml b/.github/workflows/smeem-release.yml index 48bb3007..97fe7650 100644 --- a/.github/workflows/smeem-release.yml +++ b/.github/workflows/smeem-release.yml @@ -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: