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 }}
|
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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user