Skip to content

Commit 6e206dc

Browse files
committed
fix: binary path
1 parent 22e5f11 commit 6e206dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
uses: softprops/action-gh-release@v1
5050
if: startsWith(github.ref, 'refs/tags/')
5151
with:
52-
files: binaries/*
53-
name: Release
52+
files: |
53+
binaries/*.*
54+
name: Release ${{ github.ref }}
5455
tag_name: ${{ github.ref }}

0 commit comments

Comments
 (0)