TheFlipSide/.forgejo/workflow/godot-html5.yml
TVanteeffelen 02fcaf49bd
All checks were successful
Test Runner / test (push) Successful in 8s
Add .forgejo/workflow/godot-html5.yml
2026-05-09 01:03:27 -04:00

24 lines
No EOL
419 B
YAML

name: Build Godot HTML5
on:
push:
branches:
- main
jobs:
build:
runs-on: docker
container:
image: barichello/godot-ci:4.2
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Create build folder
run: mkdir -p build/html5
- name: Export HTML5 build
run: |
godot --headless --export-release "HTML5" build/html5/index.html