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
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: bin
|
name: ${{matrix.build}}.bin
|
||||||
path: bin/
|
path: bin/
|
||||||
|
|
||||||
package_binary:
|
package_binary:
|
||||||
|
|
Loading…
Reference in New Issue