Update artifacts

This commit is contained in:
Cyanoure
2023-08-28 16:55:03 +02:00
parent bc7130103b
commit 32d9fb1ec6

View File

@@ -40,10 +40,16 @@ jobs:
- name: Archive build artifacts - name: Archive build artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: dist name: launcher-dist
path: | path: |
dist/*.exe dist/*.exe
dist/*.dmg dist/*.dmg
dist/*.AppImage dist/*.AppImage
dist/*.blockmap dist/*.blockmap
dist/latest*.yml dist/latest*.yml
- name: Archive unpacked build artifacts
uses: actions/upload-artifact@v3
with:
name: launcher-unpacked-dist
path: |
dist/*-unpacked