Skip to content

Commit 13e9d28

Browse files
authored
Fix test result uploading
1 parent baccf98 commit 13e9d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
if: failure()
8888
uses: actions/upload-artifact@v4
8989
with:
90-
name: test-results-${{ matrix.php }}-valgrind-${{ matrix.valgrind }}
90+
name: test-results-${{ matrix.php }}-debug-${{ matrix.debug }}-valgrind-${{ matrix.valgrind }}-zts-${{ matrix.zts }}
9191
path: |
9292
${{ github.workspace }}/tests/*
9393
!${{ github.workspace }}/tests/*.phpt

0 commit comments

Comments
 (0)