diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d9fdbd09..0832250c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: # Runs a single command using the runners shell - name: Build the App - run: ./gradlew build + run: ../../gradlew build # Runs a set of commands using the runners shell - name: Run a multi-line script