Skip to content

Commit

Permalink
Add uploading apk
Browse files Browse the repository at this point in the history
  • Loading branch information
frontmesh committed Jul 28, 2023
1 parent 2a57e42 commit c9ce30d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: app/build/outputs/apk/release/*.apk
asset_name: app-release.apk
asset_path: app/build/outputs/apk/release/app-release-unsigned.apk
asset_name: app-release-unsigned.apk
asset_content_type: application/vnd.android.package-archive


0 comments on commit c9ce30d

Please sign in to comment.