Skip to content

Commit

Permalink
Update build-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wwqgtxx authored Oct 22, 2023
1 parent 184a19d commit 115abf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 115abf8

Please sign in to comment.