chore(ci): fix duplicate artifact name error

This commit is contained in:
Elian Doran 2025-12-01 13:53:07 +02:00
parent 43920f12ae
commit 1af0477ac0
No known key found for this signature in database

View File

@ -79,7 +79,7 @@ jobs:
if: failure() if: failure()
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v5
with: with:
name: e2e report name: e2e report ${{ matrix.arch }}
path: apps/server-e2e/test-output path: apps/server-e2e/test-output
- name: Kill the server - name: Kill the server