mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-19 04:50:29 -07:00
Use dynamic artifact name to work around issue with v4 uploader
This commit is contained in:
parent
15f132e167
commit
c7611dfcc6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue