Skip to content

Commit

Permalink
fix: add .zip files to release
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Oct 7, 2024
1 parent 84e41a5 commit 93908f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,9 @@ jobs:
- name: Create Release
uses: softprops/action-gh-release@v2
with:
files: dist/*.tar.gz
files: |
dist/*.tar.gz
dist/*.zip
name: ${{ needs.build.outputs.version }}
tag_name: ${{ needs.build.outputs.version }}
body_path: ${{ env.NOTES }}
Expand Down

0 comments on commit 93908f3

Please sign in to comment.