Update artifacts
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -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
|
||||||
Reference in New Issue
Block a user