Skip to content

Commit

Permalink
locate gradlew file location
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynafs committed Jun 11, 2024
1 parent ac69404 commit 50c0d8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ jobs:
- name: Setup Gradle cache
uses: gradle/gradle-build-action@v2

- name: List root diretory contents
run: ls -la

- name: List android directory contents
run: ls -la android

- name: Grant execute permission for gradlew
run: chmod +x gradlew
working-directory: android
Expand Down

0 comments on commit 50c0d8f

Please sign in to comment.