From 72715dd4a23cdc47bb63b497029439d0e9a98a65 Mon Sep 17 00:00:00 2001 From: Danil Nikolaev Date: Wed, 4 Aug 2021 13:04:53 -0700 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0832250c..8e6790ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,8 +23,8 @@ jobs: - uses: actions/checkout@v2 # Runs a single command using the runners shell - - name: Build the App - run: ../../gradlew build + - name: Build the App with permissions + run: chmod +x ./gradlew build # Runs a set of commands using the runners shell - name: Run a multi-line script