Skip to content

Commit d23f7be

Browse files
committed
Use distinct names for artifacts
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 32c0471 commit d23f7be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-and-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- name: Collect built sdist and wheel
4646
uses: actions/upload-artifact@v4
4747
with:
48+
name: boolean-build
4849
path: dist/*
4950

5051
test_on_many_oses:
@@ -92,4 +93,5 @@ jobs:
9293
- name: Collect docs
9394
uses: actions/upload-artifact@v4
9495
with:
96+
name: boolean-documentation
9597
path: docs/build/

0 commit comments

Comments
 (0)