Use dynamic artifact name to work around issue with v4 uploader
This commit is contained in:
parent
15f132e167
commit
c7611dfcc6
|
@ -65,7 +65,7 @@ jobs:
|
|||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: bin
|
||||
name: ${{matrix.build}}.bin
|
||||
path: bin/
|
||||
|
||||
package_binary:
|
||||
|
|
Loading…
Reference in New Issue