mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-11-10 06:54:45 +00:00
fixed path
This commit is contained in:
parent
65a1720657
commit
1106a0ffb1
4
.github/workflows/build-cli.yml
vendored
4
.github/workflows/build-cli.yml
vendored
@ -18,8 +18,8 @@ jobs:
|
|||||||
run: pip install -r requirements.txt
|
run: pip install -r requirements.txt
|
||||||
working-directory: src/
|
working-directory: src/
|
||||||
- name: Give Execute Permission
|
- name: Give Execute Permission
|
||||||
run: chmod +x build/build-CLI.sh
|
run: chmod +x build-CLI.sh
|
||||||
working-directory: build/
|
working-directory: build/
|
||||||
- name: Build Binary
|
- name: Build Binary
|
||||||
run: ./build-CLI.sh
|
run: ./build-CLI.sh5
|
||||||
working-directory: build/
|
working-directory: build/
|
Loading…
Reference in New Issue
Block a user