From fd97006448ed0e12f975fc4ff3cd710cff1eda3f Mon Sep 17 00:00:00 2001 From: Zaytha Date: Sun, 6 Jul 2025 06:32:16 -0700 Subject: [PATCH] Updating name to variable, and moved to proper secret in gitea --- .gitea/workflows/godot-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/godot-ci.yml b/.gitea/workflows/godot-ci.yml index 9cf1e7f..9ab945a 100644 --- a/.gitea/workflows/godot-ci.yml +++ b/.gitea/workflows/godot-ci.yml @@ -90,8 +90,7 @@ jobs: image: cm2network/steamcmd:root #needs: [export-windows, export-linux] 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 + # Need to install nodejs and git, and initalize git lfs for checkout - name: Install node.js and git run: | apt-get update @@ -116,7 +115,7 @@ jobs: - name: Publish to Steam # We don't need to download the artifcts, as they are alread in the container and targeted by the VDF run: | cd $PROJECT_PATH - /home/steam/steamcmd/steamcmd.sh +set_steam_guard_code "${{ secrets.STEAM_GUARD_CODE }}" +login "${{ secrets.STEAM_BUILD_USERNAME }}" "${{ secrets.STEAM_BUILD_PASSWORD }}" +run_app_build "$PWD/build/build_dependencies/steam/app_build_2739610.vdf" +quit + /home/steam/steamcmd/steamcmd.sh +set_steam_guard_code "${{ secrets.STEAM_GUARD_CODE }}" +login "${{ vars.STEAM_BUILD_USERNAME }}" "${{ secrets.STEAM_BUILD_PASSWORD }}" +run_app_build "$PWD/build/build_dependencies/steam/app_build_2739610.vdf" +quit - name: Cache Config and sentry run: |