mirror of
https://github.com/zadam/trilium.git
synced 2025-12-02 05:24:23 +01:00
chore(ci): fix duplicate artifact name error
This commit is contained in:
parent
43920f12ae
commit
1af0477ac0
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user