mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Tweak artifact names (#121)
This commit is contained in:
parent
5aed80d42a
commit
f04fde32a2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
|
|
@ -78,7 +78,7 @@ jobs:
|
||||||
- name: Archive Build Artifacts
|
- name: Archive Build Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: artifact-1-${{ runner.os }}
|
name: hyper-${{ runner.os }}-${{ matrix.name }}
|
||||||
path: |
|
path: |
|
||||||
dist/*.dmg
|
dist/*.dmg
|
||||||
dist/*.snap
|
dist/*.snap
|
||||||
|
|
@ -188,7 +188,7 @@ jobs:
|
||||||
- name: Archive Build Artifacts
|
- name: Archive Build Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: artifact-4-${{ runner.os }}--${{ matrix.name }}
|
name: hyper-${{ runner.os }}-${{ matrix.name }}
|
||||||
path: |
|
path: |
|
||||||
dist/*.snap
|
dist/*.snap
|
||||||
dist/*.AppImage
|
dist/*.AppImage
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue