Skip to content

Commit 4c4f2ca

Browse files
Fix uploading of commit string artifact
1 parent 5af984a commit 4c4f2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/primer_run_main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
uses: actions/upload-artifact@v4.0.0
8787
if: matrix.batchIdx == 0
8888
with:
89-
name: primer_commitstring
89+
name: primer_commitstring_${{ matrix.python-version }}
9090
path:
9191
tests/.pylint_primer_tests/commit_string_${{ matrix.python-version }}.txt
9292

0 commit comments

Comments
 (0)