mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2025-09-26 07:10:18 +00:00
fixed path
This commit is contained in:
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/
|
Reference in New Issue
Block a user