Compare commits
No commits in common. "71a1143c2b73d06d145a1c004d1f0f78e0be010a" and "aa98593a55ce9777c6ec8e0aeece475ad7ed29de" have entirely different histories.
71a1143c2b
...
aa98593a55
@ -8,7 +8,7 @@ on:
|
||||
- v*
|
||||
|
||||
env:
|
||||
GODOT_VERSION: 4.6
|
||||
GODOT_VERSION: 4.5
|
||||
EXPORT_NAME: ${{ vars.ITCH_GAME }}
|
||||
PROJECT_PATH: .
|
||||
|
||||
@ -17,7 +17,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: barichello/godot-ci:4.6
|
||||
image: barichello/godot-ci:4.5
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
|
||||
@ -1 +0,0 @@
|
||||
uid://bquknjtgmye0n
|
||||
@ -1 +0,0 @@
|
||||
uid://cthhsdle66obs
|
||||
@ -11,7 +11,7 @@ config_version=5
|
||||
[application]
|
||||
|
||||
config/name="${REPO_NAME_TITLE}"
|
||||
config/features=PackedStringArray("4.6", "Forward Plus")
|
||||
config/features=PackedStringArray("4.5", "Forward Plus")
|
||||
run/max_fps=60
|
||||
|
||||
[debug]
|
||||
@ -26,8 +26,6 @@ gdscript/warnings/unsafe_call_argument=2
|
||||
|
||||
window/size/viewport_width=1920
|
||||
window/size/viewport_height=1080
|
||||
window/stretch/mode="canvas_items"
|
||||
window/stretch/aspect="expand"
|
||||
|
||||
[dotnet]
|
||||
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
gdtoolkit==4.5.0
|
||||
setuptools>=82.0.1,<83
|
||||
gdtoolkit==4.3.3
|
||||
setuptools>=75.8.0,<76
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user