From 66e00987c40bbc6dd975210753e4372b0bf77628 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 26 Aug 2021 22:53:21 +0000 Subject: [PATCH] fixed path Former-commit-id: 1106a0ffb1d393bd682fc70c3bf9dea7ea08575e --- .github/workflows/build-cli.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-cli.yml b/.github/workflows/build-cli.yml index 175e095..ede3b4c 100644 --- a/.github/workflows/build-cli.yml +++ b/.github/workflows/build-cli.yml @@ -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/ \ No newline at end of file