Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhav-rm authored Dec 24, 2024
1 parent bbe449d commit 1d21995
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ jobs:
# Step 4: Build the APK
- name: Build APK
run: |
yes | ~/.buildozer/android/platform/android-sdk/cmdline-tools/latest/bin/sdkmanager --licenses
yes | ~/.buildozer/android/platform/android-sdk/cmdline-tools/latest/bin/sdkmanager "build-tools;36.0.0-rc3"
buildozer -v android debug
# Step 5: Upload APK as an artifact
- name: Upload APK
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 1d21995

Please sign in to comment.