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: |