Skip to content

Commit

Permalink
Add App Store upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Oct 19, 2024
1 parent ba106cc commit c0afabb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,3 +245,7 @@ jobs:
with:
files: |
src-tauri/gen/apple/build/arm64/*.ipa
- name: Upload to App Store (or TestFlight)
if: matrix.platform_name == 'iOS' && startsWith(github.event.ref, 'refs/tags/v')
run: xcrun altool --upload-app --type ios --file "src-tauri/gen/apple/build/arm64/*.ipa" --apiKey $APPLE_API_KEY_ID --apiIssuer $APPLE_API_ISSUER

0 comments on commit c0afabb

Please sign in to comment.