Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnnsrs committed Nov 26, 2024
1 parent aa7fd31 commit 65e396e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,16 @@ jobs:
- name: Upload artifacts for release
uses: actions/upload-artifact@v3
with:
if-no-files-found: error
name: build-artifacts-${{ matrix.os }}
path: |
dist/*.exe # Windows executable
dist/*.dmg # macOS disk image
dist/*.AppImage # Linux AppImage
dist/*.snap # Linux snap package
dist/*.deb # Debian package
dist/*.rpm # RPM package
dist/*.tar.gz # Compressed tarball
dist/*.exe
dist/*.dmg
dist/*.AppImage
dist/*.snap
dist/*.deb
dist/*.rpm
dist/*.tar.gz
publish-and-release:
needs: release
Expand Down

0 comments on commit 65e396e

Please sign in to comment.