Skip to content

Commit 317507b

Browse files
committed
Update CI with new builders/ directory name
1 parent 7a768a4 commit 317507b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
mkdir -p bin
8585
mkdir -p bin/${{matrix.build}}
86-
( cd bin && ../build/run_builder ../source/source.tar.gz ../build/${{matrix.build}} )
86+
( cd bin && ../builders/run_builder ../source/source.tar.gz ../builders/${{matrix.build}} )
8787
8888
- name: Upload artifact
8989
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)