Skip to content

Commit

Permalink
Fully disable apk upload to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw committed Jan 3, 2024
1 parent 634c3be commit 225a256
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/deploy-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,16 @@ jobs:
# draft: false
# prerelease: false

- name: Upload Release AAB
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{steps.sign_app.outputs.signedReleaseFile}}
asset_name: app-release-v${{ github.run_number }}.zip
asset_content_type: application/zip
# - name: Upload Release AAB
# id: upload-release-asset
# uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ steps.create_release.outputs.upload_url }}
# asset_path: ${{steps.sign_app.outputs.signedReleaseFile}}
# asset_name: app-release-v${{ github.run_number }}.zip
# asset_content_type: application/zip

# Distribute App to google play
- name: Publish to Play Store internal test track
Expand Down

0 comments on commit 225a256

Please sign in to comment.