Skip to content

Commit

Permalink
file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
JustYuuto committed Apr 21, 2024
1 parent c227d81 commit a7dc3bf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,12 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: build
path: dist/
path: |
dist/*.exe
dist/*.dmg
dist/*.AppImage
dist/*.deb
dist/*.snap
- name: Extract release notes
id: release-notes
Expand Down

0 comments on commit a7dc3bf

Please sign in to comment.