diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index da41282c..677cd915 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: # Runs a single command using the runners shell - name: Build the App with permissions - run: ./gradlew build --info --stacktrace + run: chmod +x "./gradlew build --info --stacktrace" # Runs a set of commands using the runners shell - name: Run a multi-line script