Skip to content

Commit

Permalink
Update execution permissions added to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hall9zeha committed Mar 2, 2024
1 parent 27db3ae commit 24b7f2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ jobs:
cache: gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Make gradle executable
run: chmod +x ./gradlew

- name: Build App
run: ./gradlew assemble
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 24b7f2a

Please sign in to comment.