Upgrade build workflow with artifacts

This commit is contained in:
Cyanoure
2023-08-28 16:41:26 +02:00
parent b21bb37c0d
commit 4acaf0e460

View File

@@ -35,4 +35,16 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run dist
shell: bash
shell: bash
- name: Archive build artifacts
uses: actions/upload-artifact@v3
with:
name: dist
path: |
dist/*-unpacked
dist/*.exe
dist/*.dmg
dist/*.AppImage
dist/*.blockmap
dist/latest*.yml