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 26, 2024
1 parent 532c049 commit a252577
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,13 @@ jobs:
pip install --upgrade pip
pip install --upgrade Cython buildozer
- name: Build APK with Buildozer
run: |
buildozer android debug
- name: Build with Buildozer
uses: ArtemSBulgakov/buildozer-action@v1
id: buildozer
with:
repository_root: master
workdir: .
buildozer_version: stable

- name: Upload APK
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a252577

Please sign in to comment.