Update build-release.yaml

This commit is contained in:
wwqgtxx 2023-10-22 21:31:17 +08:00 committed by GitHub
parent 184a19dbb4
commit 115abf8ea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ jobs:
uses: softprops/action-gh-release@v1
if: ${{ success() }}
with:
tag_name: ${{ github.ref_name }}
tag_name: ${{ steps.real_tag.outputs.tag }}
files: app/build/outputs/apk/meta/release/*
generate_release_notes: true