Updating name to variable, and moved to proper secret in gitea
Some checks failed
godot-ci export / Steam Publish (push) Failing after 1m6s

This commit is contained in:
2025-07-06 06:32:16 -07:00
parent 0e5fabf6aa
commit fd97006448

View File

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