Skip to content

Commit

Permalink
ci: update release file pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
belingud committed Dec 21, 2024
1 parent b237421 commit 06be8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
- name: Create Release
uses: softprops/action-gh-release@v1
with:
files: dist/gptcomet-${{ matrix.platform }}-${{ matrix.arch }}-${{ github.ref_name }}*
files: dist/gptcomet-*
body_path: release_notes.md
draft: false # no draft
prerelease: false # no prerelease
Expand Down

0 comments on commit 06be8e1

Please sign in to comment.