From 2a7deb86a48fcb52285ab283ed088310c2024d93 Mon Sep 17 00:00:00 2001 From: Danil Nikolaev Date: Wed, 4 Aug 2021 14:04:39 -0700 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d7075a4c..da41282c 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: chmod +x ./gradlew build --info --stacktrace + run: ./gradlew build --info --stacktrace # Runs a set of commands using the runners shell - name: Run a multi-line script