Skip to content

Commit

Permalink
build: fix glob for files attached to GH release
Browse files Browse the repository at this point in the history
  • Loading branch information
truenicoco committed Jan 7, 2025
1 parent 90ef0d3 commit 5efa11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@v2
with:
files:
files: |
hh-creator-${{ github.ref_name }}-windows.zip
dist/*

0 comments on commit 5efa11e

Please sign in to comment.