forked from Chronika/Launcher
Update artifacts
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -40,10 +40,16 @@ jobs:
|
||||
- name: Archive build artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: dist
|
||||
name: launcher-dist
|
||||
path: |
|
||||
dist/*.exe
|
||||
dist/*.dmg
|
||||
dist/*.AppImage
|
||||
dist/*.blockmap
|
||||
dist/latest*.yml
|
||||
- name: Archive unpacked build artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: launcher-unpacked-dist
|
||||
path: |
|
||||
dist/*-unpacked
|
||||
Reference in New Issue
Block a user