mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-29 02:06:34 +00:00
Update package.yaml
This commit is contained in:
parent
2bcfaffda2
commit
79a1705d2e
11
.github/workflows/package.yaml
vendored
11
.github/workflows/package.yaml
vendored
@ -60,3 +60,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: ExamShowboard-Linux
|
name: ExamShowboard-Linux
|
||||||
path: dist/*.AppImage
|
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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user