Bumped godot version to 4.4
This commit is contained in:
parent
bbc8bb9c70
commit
6730fd3620
@ -8,7 +8,7 @@ on:
|
|||||||
- v*
|
- v*
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GODOT_VERSION: 4.3
|
GODOT_VERSION: 4.4
|
||||||
EXPORT_NAME: ${{ vars.ITCH_GAME }}
|
EXPORT_NAME: ${{ vars.ITCH_GAME }}
|
||||||
PROJECT_PATH: .
|
PROJECT_PATH: .
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:4.3
|
image: barichello/godot-ci:4.4
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
@ -11,9 +11,8 @@ config_version=5
|
|||||||
[application]
|
[application]
|
||||||
|
|
||||||
config/name="${REPO_NAME_TITLE}"
|
config/name="${REPO_NAME_TITLE}"
|
||||||
config/features=PackedStringArray("4.2", "Forward Plus")
|
config/features=PackedStringArray("4.4", "Forward Plus")
|
||||||
run/max_fps=60
|
run/max_fps=60
|
||||||
config/icon="res://icon.svg"
|
|
||||||
|
|
||||||
[debug]
|
[debug]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user