Skip to content

Commit 1660d23

Browse files
committed
fix: apk name
1 parent 2fe5653 commit 1660d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-android-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
upload_url: ${{ github.event.release.upload_url }}
4343
asset_path: example/android/app/build/outputs/apk/release/app-release.apk
44-
asset_name: "NitroExample-${{ github.event.release.tag_name }}.apk"
44+
asset_name: "QuickSQLiteExample-${{ github.event.release.tag_name }}.apk"
4545
asset_content_type: application/vnd.android.package-archive
4646

4747
# Gradle cache doesn't like daemons

0 commit comments

Comments
 (0)