mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 14:08:41 -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
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: artifact-4-${{ runner.os }}
|
||||
name: artifact-4-${{ runner.os }}--${{ matrix.name }}
|
||||
path: |
|
||||
dist/*.snap
|
||||
dist/*.AppImage
|
||||
|
|
|
|||
Loading…
Reference in a new issue