mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 13:18:40 -09:00
specific artifact name
This commit is contained in:
parent
d66a6b0f0a
commit
acc8c4c9d7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
|
|
@ -190,7 +190,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 }}
|
name: artifact-4-${{ runner.os }}--${{ matrix.name }}
|
||||||
path: |
|
path: |
|
||||||
dist/*.snap
|
dist/*.snap
|
||||||
dist/*.AppImage
|
dist/*.AppImage
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue