mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
name artifacts
This commit is contained in:
parent
b84c6fc104
commit
8bdfaf428b
1 changed files with 4 additions and 0 deletions
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
|
|
@ -78,6 +78,7 @@ jobs:
|
|||
- name: Archive Build Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: artifact-1
|
||||
path: |
|
||||
dist/*.dmg
|
||||
dist/*.snap
|
||||
|
|
@ -99,6 +100,7 @@ jobs:
|
|||
- name: Archive E2E test screenshot
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: artifact-2
|
||||
name: e2e-${{ matrix.os }}-${{ strategy.job-index }}
|
||||
path: dist/tmp/*.png
|
||||
- name: Save the pr number in an artifact
|
||||
|
|
@ -110,6 +112,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
if: github.event_name == 'pull_request'
|
||||
with:
|
||||
name: artifact-3
|
||||
name: pr_num
|
||||
path: ./pr_num.txt
|
||||
- uses: actions/cache/save@v4
|
||||
|
|
@ -186,6 +189,7 @@ jobs:
|
|||
- name: Archive Build Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: artifact-4
|
||||
path: |
|
||||
dist/*.snap
|
||||
dist/*.AppImage
|
||||
|
|
|
|||
Loading…
Reference in a new issue