Skip to content

Commit

Permalink
🚀 fix change mode gradlew adding android path
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkim2689 committed Aug 21, 2024
1 parent 8932c51 commit 1460209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/an-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cache: 'gradle'

- name: Set Up Gradlew Permissions
run: chmod +x ./gradlew
run: chmod +x ./android/gradlew

- name: Create google-services.json
env:
Expand Down

0 comments on commit 1460209

Please sign in to comment.