diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index d0b325e..c252da0 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -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: