diff --git a/.github/workflows/test_action.yml b/.github/workflows/test_action_3.x.yml similarity index 88% rename from .github/workflows/test_action.yml rename to .github/workflows/test_action_3.x.yml index c1d1930..35f2492 100644 --- a/.github/workflows/test_action.yml +++ b/.github/workflows/test_action_3.x.yml @@ -13,5 +13,5 @@ jobs: with: name: test_project preset: linux - projectDir: new_test_project + projectDir: 3.x_test_project package: 'true' \ No newline at end of file diff --git a/.github/workflows/test_action copy.yml b/.github/workflows/test_action_4.x.yml similarity index 89% rename from .github/workflows/test_action copy.yml rename to .github/workflows/test_action_4.x.yml index dad2d96..894c7a1 100644 --- a/.github/workflows/test_action copy.yml +++ b/.github/workflows/test_action_4.x.yml @@ -14,5 +14,5 @@ jobs: with: name: test_project preset: linux - projectDir: new_test_project + projectDir: 4.x_test_project package: 'true' \ No newline at end of file diff --git a/test_project/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 b/3.x_test_project/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 similarity index 100% rename from test_project/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 rename to 3.x_test_project/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 diff --git a/test_project/default_env.tres b/3.x_test_project/default_env.tres similarity index 100% rename from test_project/default_env.tres rename to 3.x_test_project/default_env.tres diff --git a/test_project/empty_scene.tscn b/3.x_test_project/empty_scene.tscn similarity index 100% rename from test_project/empty_scene.tscn rename to 3.x_test_project/empty_scene.tscn diff --git a/test_project/export_presets.cfg b/3.x_test_project/export_presets.cfg similarity index 100% rename from test_project/export_presets.cfg rename to 3.x_test_project/export_presets.cfg diff --git a/test_project/project.godot b/3.x_test_project/project.godot similarity index 100% rename from test_project/project.godot rename to 3.x_test_project/project.godot diff --git a/new_test_project/.gitattributes b/4.x_test_project/.gitattributes similarity index 100% rename from new_test_project/.gitattributes rename to 4.x_test_project/.gitattributes diff --git a/new_test_project/.gitignore b/4.x_test_project/.gitignore similarity index 100% rename from new_test_project/.gitignore rename to 4.x_test_project/.gitignore diff --git a/new_test_project/export_presets.cfg b/4.x_test_project/export_presets.cfg similarity index 100% rename from new_test_project/export_presets.cfg rename to 4.x_test_project/export_presets.cfg diff --git a/new_test_project/icon.svg b/4.x_test_project/icon.svg similarity index 100% rename from new_test_project/icon.svg rename to 4.x_test_project/icon.svg diff --git a/new_test_project/icon.svg.import b/4.x_test_project/icon.svg.import similarity index 100% rename from new_test_project/icon.svg.import rename to 4.x_test_project/icon.svg.import diff --git a/new_test_project/project.godot b/4.x_test_project/project.godot similarity index 100% rename from new_test_project/project.godot rename to 4.x_test_project/project.godot