fix workflow

This commit is contained in:
Philip Peterson 2025-04-13 01:11:54 -07:00
parent a653620100
commit acd8c2552a
No known key found for this signature in database
GPG key ID: 354311183FC6519B

View file

@ -100,7 +100,6 @@ 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
@ -112,7 +111,6 @@ 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