Skip to content

Commit 7377c64

Browse files
committed
Fix storing of matrix job output
1 parent 4748dbd commit 7377c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
if: ${{ !cancelled() }}
7474
uses: actions/upload-artifact@v4
7575
with:
76-
name: Logs
76+
name: Logs-${{ matrix.PHPVERSION }}-${{ matrix.TEST }}
7777
path: |
7878
/var/log/nginx
7979
/opt/domjudge/domserver/webapp/var/log/*.log

0 commit comments

Comments
 (0)