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
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: artifact-1-${{ runner.os }}
|
||||
name: hyper-${{ runner.os }}-${{ matrix.name }}
|
||||
path: |
|
||||
dist/*.dmg
|
||||
dist/*.snap
|
||||
|
|
@ -188,7 +188,7 @@ jobs:
|
|||
- name: Archive Build Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: artifact-4-${{ runner.os }}--${{ matrix.name }}
|
||||
name: hyper-${{ runner.os }}-${{ matrix.name }}
|
||||
path: |
|
||||
dist/*.snap
|
||||
dist/*.AppImage
|
||||
|
|
|
|||
Loading…
Reference in a new issue