[CI/CD] Fixed path to build scripts
This commit is contained in:
parent
ab0da8b684
commit
197d31fb67
|
|
@ -38,5 +38,5 @@ jobs:
|
|||
|
||||
- name: Build and push Docker image
|
||||
run: |
|
||||
cd kibot/tools/${{ matrix.ki_release }}
|
||||
cd tools/${{ matrix.ki_release }}
|
||||
./build.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue