feat:gamestate sent from the server. removed bricks brokes from client. #21
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |