Skip to content

chore: Update path to fiscalberry.ico in build workflow #19

chore: Update path to fiscalberry.ico in build workflow

chore: Update path to fiscalberry.ico in build workflow #19

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build APK
uses: digreatbrian/buildozer-action@v1
with:
buildozer-cmd: buildozer -v android debug
work-dir: . # directory where your main.py file rest
python-version: '3.10'
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: package
path: ./bin/*.apk