From ba1abede23d8919eee09ca2217b1c854e37b523b Mon Sep 17 00:00:00 2001 From: Zaytha Date: Sun, 6 Jul 2025 12:31:08 -0700 Subject: [PATCH] remove donwload --- .gitea/workflows/godot-ci.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.gitea/workflows/godot-ci.yml b/.gitea/workflows/godot-ci.yml index 97b8f52..55476e6 100644 --- a/.gitea/workflows/godot-ci.yml +++ b/.gitea/workflows/godot-ci.yml @@ -111,23 +111,23 @@ jobs: # Run once to initialize ~/steamcmd/steamcmd.sh +quit - - name: Checkout - uses: https://gitea.com/actions/checkout@v4 - with: - lfs: true + # - name: Checkout + # uses: https://gitea.com/actions/checkout@v4 + # with: + # lfs: true - # Download artifacts, this isn't done automatially like it was in gitlab - - name: Download Windows Artifacts - uses: https://gitea.com/actions/download-artifact@v3 - with: - name: windows - path: build/bin/windows + # # Download artifacts, this isn't done automatially like it was in gitlab + # - name: Download Windows Artifacts + # uses: https://gitea.com/actions/download-artifact@v3 + # with: + # name: windows + # path: build/bin/windows - - name: Download Linux Artifacts - uses: https://gitea.com/actions/download-artifact@v3 - with: - name: linux - path: build/bin/linux + # - name: Download Linux Artifacts + # uses: https://gitea.com/actions/download-artifact@v3 + # with: + # name: linux + # path: build/bin/linux - name: Restore Cache uses: https://gitea.com/actions/cache/restore@v3