Skip to content

Commit 6c9d061

Browse files
ellemoutonguggero
authored andcommitted
.github: namespace itests
Since we have multiple itest artefacts with the same name now, we need to ensure they have different names or else the upload will fail.
1 parent 0cb6c31 commit 6c9d061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,8 @@ jobs:
318318
uses: actions/upload-artifact@v4
319319
if: ${{ failure() }}
320320
with:
321-
name: logs-itest
322-
path: logs-itest.zip
321+
name: logs-itest-${{ matrix.name }}
322+
path: logs-itest-${{ matrix.name }}.zip
323323
retention-days: 5
324324

325325
########################

0 commit comments

Comments
 (0)