Skip to content

Commit

Permalink
fix: apk name
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispader committed Nov 12, 2024
1 parent 2fe5653 commit 1660d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: example/android/app/build/outputs/apk/release/app-release.apk
asset_name: "NitroExample-${{ github.event.release.tag_name }}.apk"
asset_name: "QuickSQLiteExample-${{ github.event.release.tag_name }}.apk"
asset_content_type: application/vnd.android.package-archive

# Gradle cache doesn't like daemons
Expand Down

0 comments on commit 1660d23

Please sign in to comment.