From 775a4bf3848f2ad4709e9c8553f78d30a9962dbe Mon Sep 17 00:00:00 2001 From: "Randolph W. Aarseth II" Date: Tue, 23 May 2023 20:56:57 -0700 Subject: [PATCH] Modified it so we showcase Support for Testing 3.x and 4.x Godot Projects --- .github/workflows/{test_action.yml => test_action_3.x.yml} | 2 +- .github/workflows/{test_action copy.yml => test_action_4.x.yml} | 2 +- .../.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 | 0 {test_project => 3.x_test_project}/default_env.tres | 0 {test_project => 3.x_test_project}/empty_scene.tscn | 0 {test_project => 3.x_test_project}/export_presets.cfg | 0 {test_project => 3.x_test_project}/project.godot | 0 {new_test_project => 4.x_test_project}/.gitattributes | 0 {new_test_project => 4.x_test_project}/.gitignore | 0 {new_test_project => 4.x_test_project}/export_presets.cfg | 0 {new_test_project => 4.x_test_project}/icon.svg | 0 {new_test_project => 4.x_test_project}/icon.svg.import | 0 {new_test_project => 4.x_test_project}/project.godot | 0 13 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{test_action.yml => test_action_3.x.yml} (88%) rename .github/workflows/{test_action copy.yml => test_action_4.x.yml} (89%) rename {test_project => 3.x_test_project}/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 (100%) rename {test_project => 3.x_test_project}/default_env.tres (100%) rename {test_project => 3.x_test_project}/empty_scene.tscn (100%) rename {test_project => 3.x_test_project}/export_presets.cfg (100%) rename {test_project => 3.x_test_project}/project.godot (100%) rename {new_test_project => 4.x_test_project}/.gitattributes (100%) rename {new_test_project => 4.x_test_project}/.gitignore (100%) rename {new_test_project => 4.x_test_project}/export_presets.cfg (100%) rename {new_test_project => 4.x_test_project}/icon.svg (100%) rename {new_test_project => 4.x_test_project}/icon.svg.import (100%) rename {new_test_project => 4.x_test_project}/project.godot (100%) 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