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 540e790 commit aa06964
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,21 @@ jobs:
if: matrix.os == 'windows-latest'
run: npm run build:win

- name: release
- name: Release
uses: softprops/action-gh-release@v2
with:
draft: true
files: |
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
dist/*.exe
dist/*.msi
dist/*.zip
dist/*.7z
dist/*.AppImage
dist/*.snap
dist/*.deb
dist/*.rpm
dist/*.tar.gz
dist/*.yml
dist/*.blockmap
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit aa06964

Please sign in to comment.