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:
180180 artifact-name : linux-nightly
181181 godot-binary : godot.linuxbsd.editor.dev.x86_64
182182
183- - name : linux-4.4
183+ - name : linux-4.5
184184 os : ubuntu-22.04
185- artifact-name : linux-4.4
185+ artifact-name : linux-4.5
186186 godot-binary : godot.linuxbsd.editor.dev.x86_64
187187
188188 # 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'
1818tutorial in the documentation. For more details, consider
1919following the tutorial in the documentation."
2020run/main_scene ="res://Main.tscn"
21- config/features =PackedStringArray ("4.4 " )
21+ config/features =PackedStringArray ("4.5 " )
2222config/icon ="res://icon.png"
2323
2424[debug ]
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ config_version=5
1212
1313config/name ="hot-reload"
1414run/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