From 7da32879e09afb8a50a0d8550a6172d0eac5dddf Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Fri, 25 Oct 2024 08:56:52 -0400 Subject: [PATCH] Upload iOS too --- .github/workflows/release.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4be2970..9417802 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/upload-release-asset@v1.0.1 - 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