Skip to content

优化太空保卫战游戏中的配置参数和玩家飞船的生命值和护盾值 #6

优化太空保卫战游戏中的配置参数和玩家飞船的生命值和护盾值

优化太空保卫战游戏中的配置参数和玩家飞船的生命值和护盾值 #6

Workflow file for this run

name: pygbag_build
on:
# run it on push to the default repository branch
push:
branches: [main]
# run it during pull request
pull_request:
jobs:
build-pygbag:
name: Build for Emscripten pygbag runtime
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Checkout
run: |
python -m pip install pygbag
sh ./build.sh
- name: "Upload to GitHub pages branch gh-pages"
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: web