Updating name to variable, and moved to proper secret in gitea
Some checks failed
godot-ci export / Steam Publish (push) Failing after 1m6s
Some checks failed
godot-ci export / Steam Publish (push) Failing after 1m6s
This commit is contained in:
@ -90,8 +90,7 @@ jobs:
|
|||||||
image: cm2network/steamcmd:root
|
image: cm2network/steamcmd:root
|
||||||
#needs: [export-windows, export-linux]
|
#needs: [export-windows, export-linux]
|
||||||
steps:
|
steps:
|
||||||
# Doing this becuase barichello/godot-ci:4.4 doesn't have nodejs installed, may need to make own docker image in the future
|
# Need to install nodejs and git, and initalize git lfs for checkout
|
||||||
# By default ubuntu-22.04 has nodejs 12, but we need a more modern version for the actions/checkout@v4
|
|
||||||
- name: Install node.js and git
|
- name: Install node.js and git
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
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
|
- 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
|
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
|
- name: Cache Config and sentry
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user