Skip to content

Commit

Permalink
chore :: gradlew permisison 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmdhoon2 committed Jul 13, 2024
1 parent ea23792 commit 369d389
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 369d389

Please sign in to comment.