generated from krampus/template-godot4
only export web
This commit is contained in:
parent
d845d0637c
commit
85458e840c
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user