mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-25 02:21:39 +08:00
Update CI with new builders/
directory name
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -83,7 +83,7 @@ jobs:
|
||||
run: |
|
||||
mkdir -p bin
|
||||
mkdir -p bin/${{matrix.build}}
|
||||
( cd bin && ../build/run_builder ../source/source.tar.gz ../build/${{matrix.build}} )
|
||||
( cd bin && ../builders/run_builder ../source/source.tar.gz ../builders/${{matrix.build}} )
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
Reference in New Issue
Block a user