Skip to content

Commit

Permalink
enable uploads to app store connect
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan-2007 committed Nov 21, 2024
1 parent eed9b9e commit 80b558e
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 "src-tauri/gen/apple/build/arm64/$APPNAME.ipa" --apiKey ${{ secrets.APPLE_API_KEY }} --apiIssuer ${{ secrets.APPLE_API_ISSUER }} --skip-submission
xcrun altool --upload-app --file "src-tauri/gen/apple/build/arm64/$APPNAME.ipa" --apiKey ${{ secrets.APPLE_API_KEY }} --apiIssuer ${{ secrets.APPLE_API_ISSUER }} --skip-submission
Expand Down

0 comments on commit 80b558e

Please sign in to comment.