Testing to see if config file is being used correctly
This commit is contained in:
@ -141,7 +141,7 @@ jobs:
|
||||
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
|
||||
|
||||
- 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
|
||||
run: |
|
||||
cd $PROJECT_PATH
|
||||
/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
|
||||
|
||||
Reference in New Issue
Block a user