Skip to content

Commit 21b516e

Browse files
authored
Update build.yml
1 parent ecce687 commit 21b516e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
uses: softprops/action-gh-release@v2
4242
if: startsWith(github.ref, 'refs/tags/')
4343
with:
44-
files: dist/${{ matrix.artifact_name }}
44+
tag_name: ${{ github.ref_name }}
45+
files: dist/${{ matrix.artifact_name }}-${{ github.ref_name }}*
46+
append_body: true
47+
make_latest: true
4548
env:
4649
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)