Skip to content

Commit

Permalink
corrected the path of the gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
KDvs123 committed Mar 31, 2024
1 parent 02c0233 commit d656692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/AndroidBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
distribution: 'adopt'

- name : Build With Gradle
run: .gradlew/build
run: ./gradlew build

- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.3.1
Expand Down

0 comments on commit d656692

Please sign in to comment.