We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31aa02a commit ec42d66Copy full SHA for ec42d66
1 file changed
.github/workflows/build.yml
@@ -69,7 +69,7 @@ jobs:
69
- name: Store the distribution packages
70
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
71
with:
72
- name: binary-distribution
+ name: binary-distribution-${{ matrix.platform }}
73
path: build/dfetch-*
74
75
test-binary:
@@ -82,7 +82,7 @@ jobs:
82
- name: Download the binary artifact
83
uses: actions/download-artifact@4a24838f3d5601fd639834081e118c2995d51e1c # v5
84
85
+ name: binary-distribution-ubuntu-latest
86
path: .
87
88
- run: ln -sf $(ls dfetch-*-x86_64) dfetch
0 commit comments