Skip to content

Commit

Permalink
Update package.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MkStoler authored Jan 13, 2025
1 parent 2bcfaff commit 79a1705
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 79a1705

Please sign in to comment.