Fix upload artifact name

This commit is contained in:
Cornelius Roemer 2024-08-24 22:53:23 +02:00 committed by Philip Peterson
parent 279e61c268
commit 31efb12762
No known key found for this signature in database
GPG key ID: 354311183FC6519B

View file

@ -7,7 +7,7 @@ defaults:
run: run:
shell: bash shell: bash
env: env:
NODE_VERSION: 18.x NODE_VERSION: 20.x
jobs: jobs:
build: build:
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}
@ -100,7 +100,7 @@ jobs:
- name: Archive E2E test screenshot - name: Archive E2E test screenshot
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: e2e name: e2e-${{ 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
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'