updating proiper project path
Some checks failed
godot-ci export / Windows Export (push) Successful in 1m15s
godot-ci export / Linux Export (push) Successful in 1m17s
godot-ci export / Steam Publish (push) Failing after 1s

This commit is contained in:
2025-07-06 05:58:46 -07:00
parent 069ca295d3
commit 01942d3154

View File

@ -96,11 +96,13 @@ jobs:
- name: Update VDF - name: Update VDF
run: | run: |
cd $PROJECT_PATH
SHORT_SHA=$(echo $GITHUB_SHA | cut -c1-8) SHORT_SHA=$(echo $GITHUB_SHA | cut -c1-8)
sed -i -e "s/STEAM_DESCRIPTION/${GITHUB_REF_NAME} - ${SHORT_SHA}/" build/build_dependencies/steam/app_build_2739610.vdf sed -i -e "s/STEAM_DESCRIPTION/${GITHUB_REF_NAME} - ${SHORT_SHA}/" build/build_dependencies/steam/app_build_2739610.vdf
- name: Publish to Steam # We don't need to download the artifcts, as they are alread in the container and targeted by the VDF - 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: | 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 "${{ secrets.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 - name: Cache Config and sentry