This commit is contained in:
Philip Peterson 2025-04-26 00:00:10 -07:00
parent 258b2e040f
commit cdec527252
No known key found for this signature in database
GPG key ID: 354311183FC6519B

View file

@ -88,7 +88,7 @@ runs:
- name: Archive Build Artifacts
uses: actions/upload-artifact@v4
with:
name: hyper-${{ runner.os }}-${{ matrix.name }}
name: hyper-${{ runner.os }}-${{ inputs.matrix-name }}
path: |
dist/*.dmg
dist/*.snap
@ -115,7 +115,7 @@ runs:
- name: Archive E2E test screenshot
uses: actions/upload-artifact@v4
with:
name: e2e-${{ matrix.os }}-${{ strategy.job-index }}
name: e2e-${{ inputs.matrix-os }}-${{ strategy.job-index }}
path: dist/tmp/*.png
- name: Save the pr number in an artifact