Only one try now, with steam gaurd code
Some checks failed
godot-ci export / Windows Export (push) Successful in 1m18s
godot-ci export / Linux Export (push) Successful in 1m17s
godot-ci export / Steam Publish (push) Failing after 1m17s

This commit is contained in:
2025-07-06 10:49:48 -07:00
parent b297984dc2
commit 0093e53e15

View File

@ -159,12 +159,15 @@ jobs:
- name: Publish to Steam
run: |
cd $PROJECT_PATH
# Try without Steam Guard first (for cached auth)
~/steamcmd/steamcmd.sh +login "${{ vars.STEAM_BUILD_USERNAME }}" "${{ secrets.STEAM_BUILD_PASSWORD }}" +run_app_build "$PWD/build/build_dependencies/steam/app_build_2739610.vdf" +quit || {
echo "Login failed, trying with Steam Guard"
# If that fails, use Steam Guard in single session
~/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
}
# # Try without Steam Guard first (for cached auth)
# ~/steamcmd/steamcmd.sh +login "${{ vars.STEAM_BUILD_USERNAME }}" "${{ secrets.STEAM_BUILD_PASSWORD }}" +run_app_build "$PWD/build/build_dependencies/steam/app_build_2739610.vdf" +quit || {
# echo "Login failed, trying with Steam Guard"
# # If that fails, use Steam Guard in single session
# ~/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: Write Cache
# run: |