Skip to content

Commit

Permalink
ci: specify build tools (for apk signing)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdallahmehiz committed Aug 29, 2024
1 parent a945dc7 commit b57d617
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
- name: Make gradlew executable
run: chmod +x ./gradlew

- name: Setup Android SDK
run: |
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager "build-tools;29.0.3"
- name: Build release with Gradle
run: ./gradlew assembleRelease

Expand Down

0 comments on commit b57d617

Please sign in to comment.