Skip to content

Commit c7611df

Browse files
committed
Use dynamic artifact name to work around issue with v4 uploader
1 parent 15f132e commit c7611df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Upload artifact
6666
uses: actions/upload-artifact@v4
6767
with:
68-
name: bin
68+
name: ${{matrix.build}}.bin
6969
path: bin/
7070

7171
package_binary:

0 commit comments

Comments
 (0)