mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 21:28:40 -09:00
wip
This commit is contained in:
parent
258b2e040f
commit
cdec527252
1 changed files with 2 additions and 2 deletions
4
.github/actions/build/action.yml
vendored
4
.github/actions/build/action.yml
vendored
|
|
@ -88,7 +88,7 @@ runs:
|
||||||
- name: Archive Build Artifacts
|
- name: Archive Build Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: hyper-${{ runner.os }}-${{ matrix.name }}
|
name: hyper-${{ runner.os }}-${{ inputs.matrix-name }}
|
||||||
path: |
|
path: |
|
||||||
dist/*.dmg
|
dist/*.dmg
|
||||||
dist/*.snap
|
dist/*.snap
|
||||||
|
|
@ -115,7 +115,7 @@ runs:
|
||||||
- name: Archive E2E test screenshot
|
- name: Archive E2E test screenshot
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: e2e-${{ matrix.os }}-${{ strategy.job-index }}
|
name: e2e-${{ inputs.matrix-os }}-${{ strategy.job-index }}
|
||||||
path: dist/tmp/*.png
|
path: dist/tmp/*.png
|
||||||
|
|
||||||
- name: Save the pr number in an artifact
|
- name: Save the pr number in an artifact
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue