File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -180,9 +180,9 @@ jobs:
180
180
artifact-name : linux-nightly
181
181
godot-binary : godot.linuxbsd.editor.dev.x86_64
182
182
183
- - name : linux-4.4
183
+ - name : linux-4.5
184
184
os : ubuntu-22.04
185
- artifact-name : linux-4.4
185
+ artifact-name : linux-4.5
186
186
godot-binary : godot.linuxbsd.editor.dev.x86_64
187
187
188
188
# Deliberately don't include:
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ This is a finished version of the game featured in the 'Your first 2D game'
18
18
tutorial in the documentation. For more details, consider
19
19
following the tutorial in the documentation."
20
20
run/main_scene ="res://Main.tscn"
21
- config/features =PackedStringArray ("4.4 " )
21
+ config/features =PackedStringArray ("4.5 " )
22
22
config/icon ="res://icon.png"
23
23
24
24
[debug ]
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ config_version=5
12
12
13
13
config/name ="hot-reload"
14
14
run/main_scene ="uid://da7eiv1notj7j"
15
- config/features =PackedStringArray ("4.4 " , "Forward Plus" )
15
+ config/features =PackedStringArray ("4.5 " , "Forward Plus" )
You can’t perform that action at this time.
0 commit comments