We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e5f11 commit 6e206dcCopy full SHA for 6e206dc
1 file changed
.github/workflows/release.yml
@@ -49,6 +49,7 @@ jobs:
49
uses: softprops/action-gh-release@v1
50
if: startsWith(github.ref, 'refs/tags/')
51
with:
52
- files: binaries/*
53
- name: Release
+ files: |
+ binaries/*.*
54
+ name: Release ${{ github.ref }}
55
tag_name: ${{ github.ref }}
0 commit comments