From 0b5f85f64c2795956c9fba9f371146c2c83e14b5 Mon Sep 17 00:00:00 2001 From: Zaytha Date: Sun, 6 Jul 2025 06:06:16 -0700 Subject: [PATCH] Okay acutally checking out hte files now this should do it fingers crossed --- .gitea/workflows/godot-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/godot-ci.yml b/.gitea/workflows/godot-ci.yml index e4856ac..5a8eeef 100644 --- a/.gitea/workflows/godot-ci.yml +++ b/.gitea/workflows/godot-ci.yml @@ -90,6 +90,10 @@ jobs: image: cm2network/steamcmd:root needs: [export-windows, export-linux] steps: + - name: Checkout + uses: https://gitea.com/actions/checkout@v4 + with: + lfs: true - name: Read Cache run: | echo "TODO Read Cache"