Skip to content

Commit

Permalink
update the build with gradle part
Browse files Browse the repository at this point in the history
  • Loading branch information
KDvs123 committed Mar 31, 2024
1 parent d0bec4b commit b65ed2c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/AndroidBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ jobs:
java-version: '17'
distribution: 'adopt'

- name: Grant execute permission for gradlew
run: chmod +x ./android/gradlew


- name: Build With Gradle
run: cd android && ./gradlew build
run: ./gradlew build

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

0 comments on commit b65ed2c

Please sign in to comment.