Skip to content

Commit

Permalink
Upload iOS too
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Oct 25, 2024
1 parent d8e91cf commit 7da3287
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,17 +154,9 @@ jobs:
draft: true
prerelease: false
token: ${{ secrets.GITHUB_TOKEN }}
files: build/app/outputs/bundle/release/MobileNebula.aab

- name: Upload release iOS app
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ios/MobileNebula.ipa
asset_name: MobileNebula.ipa
asset_content_type: text/plain
files: |
build/app/outputs/bundle/release/MobileNebula.aab
ios/MobileNebula.ipa
- name: Create Sentry release
uses: getsentry/action-release@v1
Expand Down

0 comments on commit 7da3287

Please sign in to comment.