We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e43b6e commit c7aa814Copy full SHA for c7aa814
.github/workflows/build_apk.yml
@@ -56,5 +56,5 @@ jobs:
56
# See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
57
upload_url: ${{ steps.create_release.outputs.upload_url }}
58
asset_path: app/build/outputs/apk/release/app-release.apk
59
- asset_name: App.apk
+ asset_name: adbext.apk
60
asset_content_type: application/vnd.android.package-archiv
0 commit comments