mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-21 20:19:28 +08:00
Use dynamic artifact name to work around issue with v4 uploader
This commit is contained in:
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:
|
||||||
|
Reference in New Issue
Block a user