only export web
Some checks failed
linting & formatting / build (push) Failing after 11s
itch.io publish action / build (web, html) (push) Successful in 30s

This commit is contained in:
duncgibbs 2026-04-13 12:04:48 -05:00
parent d845d0637c
commit 85458e840c

View File

@ -12,7 +12,6 @@ env:
EXPORT_NAME: ${{ vars.ITCH_GAME }}
PROJECT_PATH: .
jobs:
build:
runs-on: ubuntu-latest
@ -21,12 +20,8 @@ jobs:
strategy:
matrix:
include:
- target: linux64
type: x86_64
- target: osx
type: app
- target: win64
type: exe
- target: web
type: html
env:
BUILD_DIR: build/${{ vars.ITCH_GAME }}_${{ gitea.ref_name }}_${{ matrix.target }}
steps: