Skip to content

Commit

Permalink
Merge pull request #2660 from shopware5/ci/fix-artifact-upload
Browse files Browse the repository at this point in the history
ci: Fix artifact upload in e2e tests
  • Loading branch information
mitelg authored Apr 10, 2024
2 parents 6c7aa52 + 74a1420 commit ef425a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,5 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: build data
name: build-data-${{ matrix.MINK_TAG }}
path: build/logs

0 comments on commit ef425a8

Please sign in to comment.