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 0522dd4 commit bbe449d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,13 @@ jobs:
pip install setuptools
pip install buildozer cython
- name: Setup Android SDK
uses: android-actions/setup-android@v3

# Step 4: Build the APK
- name: Build APK
run: |
buildozer -v android debug
yes | ./cmdline-tools/latest/bin/sdkmanager --licenses
yes | ./cmdline-tools/latest/bin/sdkmanager --sdk_root=~/.buildozer/android/platform/android-sdk "build-tools;33.0.2" "platform-tools" "platforms;android-33"
# Step 5: Upload APK as an artifact
- name: Upload APK
Expand Down

0 comments on commit bbe449d

Please sign in to comment.