From 5a2bf1628b04ee8ff388e26eb5a1351b9dec0041 Mon Sep 17 00:00:00 2001 From: Zaytha Date: Mon, 7 Jul 2025 08:08:34 -0700 Subject: [PATCH] Actions Demo --- .gitea/workflows/godot-ci.yml | 8 ++++++++ build/build_dependencies/.gitkeep | 0 demo_scene.tscn | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) delete mode 100644 build/build_dependencies/.gitkeep diff --git a/.gitea/workflows/godot-ci.yml b/.gitea/workflows/godot-ci.yml index 1a4fb6e..83d4dcd 100644 --- a/.gitea/workflows/godot-ci.yml +++ b/.gitea/workflows/godot-ci.yml @@ -26,6 +26,8 @@ jobs: echo "No export template download link provided, cancelling build" echo "Please set the EXPORT_TEMPLATE_DOWNLOAD_LINK secret in Gitea" exit 1 + else + echo "Found EXPORT_TEMPLATE_DOWNLOAD_LINK" fi # By default ubuntu-22.04 has nodejs 12, but we need a more modern version for the actions/checkout@v4 @@ -180,18 +182,24 @@ jobs: echo "No Steam Username variable, cancelling build" echo "Please set the STEAM_BUILD_USERNAME variable in Gitea" exit 1 + else + echo "Found STEAM_BUILD_USERNAME" fi if [ -z "${{ secrets.STEAM_BUILD_PASSWORD }}" ]; then echo "No Steam Password secret, cancelling build" echo "Please set the STEAM_BUILD_PASSWORD secret in Gitea" exit 1 + else + echo "Found STEAM_BUILD_PASSWORD" fi if [ -z "${{ secrets.STEAM_GUARD_CODE }}" ]; then echo "No Steam Guard Code secret, cancelling build" echo "Please set the STEAM_GUARD_CODE secret in Gitea" exit 1 + else + echo "Found STEAM_GUARD_CODE" fi # I can't use the c2msnetwork/steamcmd bc I need to instlal git and nodejs for the actions/checkout@v4 to work diff --git a/build/build_dependencies/.gitkeep b/build/build_dependencies/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/demo_scene.tscn b/demo_scene.tscn index b6185ab..aeae54d 100644 --- a/demo_scene.tscn +++ b/demo_scene.tscn @@ -38,7 +38,7 @@ transform = Transform3D(0.9115, 0.389701, -0.131534, 0.290076, -0.382369, 0.8772 mesh = SubResource("TorusMesh_no5d7") [node name="MeshInstance3D4" type="MeshInstance3D" parent="."] -transform = Transform3D(0.9115, 0.389701, -0.131534, 0.290076, -0.382369, 0.877297, 0.291589, -0.837811, -0.461572, 0.514811, -0.197967, 0) +transform = Transform3D(0.9115, 0.389701, -0.131534, 0.290076, -0.382369, 0.877297, 0.291589, -0.837811, -0.461572, 0.661883, -0.215527, -0.398749) mesh = SubResource("SphereMesh_iapjp") [node name="Camera3D" type="Camera3D" parent="."] @@ -57,4 +57,4 @@ layout_mode = 0 offset_right = 40.0 offset_bottom = 23.0 script = ExtResource("1_iapjp") -minor_version = 1 +minor_version = 2