Skip to content

Commit

Permalink
Fix upload command in ios build
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan-2007 committed Nov 21, 2024
1 parent ee200ba commit 00a4786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: |
rustup target add aarch64-apple-ios
pnpm tauri ios build --export-method app-store-connect
xcrun altool --upload-app --file --type ios "src-tauri/gen/apple/build/arm64/amplitune.ipa" --apiKey ${{ secrets.APPLE_API_KEY_PATH }} --apiIssuer ${{ secrets.APPLE_API_ISSUER }} --skip-submission
xcrun altool --upload-app --type ios --file "src-tauri/gen/apple/build/arm64/amplitune.ipa" --apiKey ${{ secrets.APPLE_API_KEY_PATH }} --apiIssuer ${{ secrets.APPLE_API_ISSUER }} --skip-submission
Expand Down

0 comments on commit 00a4786

Please sign in to comment.