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