Skip to content

Commit 4296c9e

Browse files
committed
Fix duplicate artefact names in CI
Signed-off-by: Pierre R. Mai <pmai@pmsf.de>
1 parent c79ae44 commit 4296c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
if: ${{ github.event_name == 'pull_request' || ( github.event_name == 'push' && ( github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') ) ) }}
4444
uses: actions/upload-artifact@v4
4545
with:
46-
name: python-dist
46+
name: dist-python-${{ matrix.python-version }}-${{ matrix.os }}
4747
path: dist/

0 commit comments

Comments
 (0)