Skip to content

Commit ec42d66

Browse files
committed
Make artifacts unique
1 parent 31aa02a commit ec42d66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Store the distribution packages
7070
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7171
with:
72-
name: binary-distribution
72+
name: binary-distribution-${{ matrix.platform }}
7373
path: build/dfetch-*
7474

7575
test-binary:
@@ -82,7 +82,7 @@ jobs:
8282
- name: Download the binary artifact
8383
uses: actions/download-artifact@4a24838f3d5601fd639834081e118c2995d51e1c # v5
8484
with:
85-
name: binary-distribution
85+
name: binary-distribution-ubuntu-latest
8686
path: .
8787

8888
- run: ln -sf $(ls dfetch-*-x86_64) dfetch

0 commit comments

Comments
 (0)