Skip to content

feat:gamestate sent from the server. removed bricks brokes from client. #21

feat:gamestate sent from the server. removed bricks brokes from client.

feat:gamestate sent from the server. removed bricks brokes from client. #21

Workflow file for this run

name: Build Battle-Tanks with Pygbag
on:
push:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build APK
uses: digreatbrian/buildozer-action@v2
with:
python-version: 3.8
buildozer-cmd: buildozer -v android debug
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
branch: gh-pages
folder: battle_tanks/build/web
name: package
path: ./bin/*.apk