Skip to content

Commit cdb7eac

Browse files
committed
adding better artifact names
1 parent 3f59e44 commit cdb7eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/agentex-tutorials-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
if: always()
184184
uses: actions/upload-artifact@v4
185185
with:
186-
name: test-result-${{ strategy.job-index }}
186+
name: test-result-${{ matrix.tutorial }}
187187
path: test-results/
188188
retention-days: 1
189189

0 commit comments

Comments
 (0)