Update package.yaml

This commit is contained in:
MkStoler 2025-01-13 12:13:49 +08:00 committed by GitHub
parent 2bcfaffda2
commit 79a1705d2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,3 +60,14 @@ jobs:
with:
name: ExamShowboard-Linux
path: dist/*.AppImage
- name: Upload assets to GitHub Release
if: github.event_name == 'release' && github.event.action == 'published'
uses: softprops/action-gh-release@v1
with:
files: |
dist/*.exe
dist/*.dmg
dist/*.AppImage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}