From 369d389a2a144e429f39cd5f46cc07f7d2f0bd50 Mon Sep 17 00:00:00 2001 From: Tmdhoon2 Date: Sun, 14 Jul 2024 08:37:05 +0900 Subject: [PATCH] =?UTF-8?q?chore=20::=20gradlew=20permisison=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/android-ci.yml b/.github/workflows/android-ci.yml index 8471095..fb9c92d 100644 --- a/.github/workflows/android-ci.yml +++ b/.github/workflows/android-ci.yml @@ -13,5 +13,8 @@ jobs: runs-on: ubuntu-latest steps: + - name: Grant execution permission for gradlew + run: chmod +x gradlew + - name: Project Build run: ./gradlew build