Skip to content

Commit

Permalink
Update build-artifacts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sipsuru authored Nov 15, 2024
1 parent 292af00 commit 0787322
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,17 @@ jobs:
with:
draft: true
files: |
dist/**/*.{exe,msi,zip,7z,AppImage,snap,deb,rpm,tar.gz,pkg,yml,blockmap}
dist/**/**/*.exe
dist/**/**/*.msi
dist/**/**/*.zip
dist/**/**/*.7z
dist/**/**/*.AppImage
dist/**/**/*.snap
dist/**/**/*.deb
dist/**/**/*.rpm
dist/**/**/*.tar.gz
dist/**/**/*.pkg
dist/**/**/*.yml
dist/**/**/*.blockmap
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0787322

Please sign in to comment.