fixed path

Former-commit-id: 1106a0ffb1
This commit is contained in:
Arthur Lu 2021-08-26 22:53:21 +00:00
parent 2f90e7d11a
commit 66e00987c4

View File

@ -18,8 +18,8 @@ jobs:
run: pip install -r requirements.txt
working-directory: src/
- name: Give Execute Permission
run: chmod +x build/build-CLI.sh
run: chmod +x build-CLI.sh
working-directory: build/
- name: Build Binary
run: ./build-CLI.sh
run: ./build-CLI.sh5
working-directory: build/