diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index b9ee157..860756d 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -31,7 +31,7 @@ jobs: run: chmod +rwx ./setup-environment/setup-sandbox.sh && ./setup-environment/setup-sandbox.sh - name: User's Permissions Granting - run: cd ./electrostatic-sandbox-framework && chmod +rwx ./helper-scripts/ci-cd/*.sh + run: cd ./electrostatic-sandbox-framework && chmod +rwx ./helper-scripts/project-impl/*.sh - name: Compiling electrostatic-core Native Binaries run: cd ./electrostatic-sandbox-framework && ./helper-scripts/ci-cd/compile-electrostatic.sh