From 61e937e1f5a9a37389ed004c0e5186824332eb44 Mon Sep 17 00:00:00 2001 From: Zaytha Date: Mon, 7 Jul 2025 04:52:01 -0700 Subject: [PATCH] Full test w/ dl link and prep assets step --- .gitea/workflows/godot-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/godot-ci.yml b/.gitea/workflows/godot-ci.yml index bae9954..0fb9961 100644 --- a/.gitea/workflows/godot-ci.yml +++ b/.gitea/workflows/godot-ci.yml @@ -17,11 +17,9 @@ jobs: prepare-build: name: Prepare Build Assets runs-on: ubuntu-22.04 - # container: - # image: barichello/godot-ci:mono-4.4.1 # change to mono steps: - # Doing this becuase barichello/godot-ci:4.4 doesn't have nodejs installed, may need to make own docker image in the future # By default ubuntu-22.04 has nodejs 12, but we need a more modern version for the actions/checkout@v4 + # Should make my docker image for this step in the future - name: Install Dependencies run: | apt-get update @@ -73,6 +71,7 @@ jobs: rm "$PROJECT_PATH/build/build_dependencies/export_templates/export_templates.zip" # Debug to see if the export templates were downloaded correctly + echo "Export templates downloaded to $PROJECT_PATH/build/build_dependencies/export_templates/" ls -la "$PROJECT_PATH/build/build_dependencies/export_templates/" - name: Upload Prepared Assets @@ -90,6 +89,8 @@ jobs: container: image: barichello/godot-ci:mono-4.4.1 steps: + # Doing this becuase barichello/godot-ci:4.4 doesn't have nodejs installed, may need to make own docker image in the future + # By default ubuntu-22.04 has nodejs 12, but we need a more modern version for the actions/checkout@v4 - name: Install Node.js run: | apt-get update