Skip to content

Commit

Permalink
Update upload-release-apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rohankhayech authored Aug 7, 2023
1 parent b40f1bc commit 0e0c476
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/upload-release-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:

- name: Upload APK to Release
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: app/build/outputs/apk/release/app-release-signed.apk
asset_path: app/build/outputs/apk/release/app-release-unsigned-signed.apk
asset_name: Choona-Android-${{ github.event.release.tag_name }}.apk
asset_content_type: application/vnd.android.package-archive
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0e0c476

Please sign in to comment.