mirror of
https://github.com/yeslayla/build-godot-action.git
synced 2025-07-04 11:35:13 +02:00
Update entrypoint.sh (#22)
* Update entrypoint.sh * Update entrypoint.sh * modified to support proper requirements for godot-ci project * Modified for testing * added a copy of the action for testing * test * added ls * added ls debug * modified ls debug * Last push fixes the issue with not building, both build tests work * Modified it so we showcase Support for Testing 3.x and 4.x Godot Projects * Modified the Github Action names to properly reflect the tests
This commit is contained in:
15
4.x_test_project/project.godot
Normal file
15
4.x_test_project/project.godot
Normal file
@ -0,0 +1,15 @@
|
||||
; Engine configuration file.
|
||||
; It's best edited using the editor UI and not directly,
|
||||
; since the parameters that go here are not all obvious.
|
||||
;
|
||||
; Format:
|
||||
; [section] ; section goes between []
|
||||
; param=value ; assign values to parameters
|
||||
|
||||
config_version=5
|
||||
|
||||
[application]
|
||||
|
||||
config/name="Test Project"
|
||||
config/features=PackedStringArray("4.0", "Forward Plus")
|
||||
config/icon="res://icon.svg"
|
Reference in New Issue
Block a user