Open madDevXD opened 1 month ago
i got this error when I tried the Action Use this in your build.yml file
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build APK
uses: digreatbrian/buildozer-action@v2
with:
buildozer-cmd: buildozer -v android debug
work-dir: . # directory where your main.py file rests
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: package
path: ./bin/*.apk
Try to run the action again, I made some changes
Try to run the action again, I made some changes Hey it's not working. Can you check this once.
Try to run the action again, I made some changes Hey it's not working. Can you check this once.
Can you please provide your logs for the workflow.
i got this error when I tried the Action