diff --git a/.github/workflows/android-apk-build.yml b/.github/workflows/android-apk-build.yml index 4264c76..ab6bdf5 100644 --- a/.github/workflows/android-apk-build.yml +++ b/.github/workflows/android-apk-build.yml @@ -48,6 +48,7 @@ jobs: id: upload-release uses: softprops/action-gh-release@v2 with: + tag_name: Build files: ${{ github.workspace }}/app-release.apk generate_release_notes: true draft: false