Skip to content

Commit

Permalink
chore: Fix version prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy authored Nov 12, 2024
1 parent a72ddf0 commit df9ceea
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-v${{ github.event.release.tag_name }}.apk"
asset_name: "NitroExample-${{ 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 df9ceea

Please sign in to comment.