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 2fe5653 commit 1660d23Copy full SHA for 1660d23
.github/workflows/build-android-release.yml
@@ -41,7 +41,7 @@ jobs:
41
with:
42
upload_url: ${{ github.event.release.upload_url }}
43
asset_path: example/android/app/build/outputs/apk/release/app-release.apk
44
- asset_name: "NitroExample-${{ github.event.release.tag_name }}.apk"
+ asset_name: "QuickSQLiteExample-${{ github.event.release.tag_name }}.apk"
45
asset_content_type: application/vnd.android.package-archive
46
47
# Gradle cache doesn't like daemons
0 commit comments