Oopps actually giving it a container and setting file paths
This commit is contained in:
@ -83,20 +83,25 @@ jobs:
|
|||||||
name: linux
|
name: linux
|
||||||
path: build/linux
|
path: build/linux
|
||||||
|
|
||||||
steam_publish:
|
steam-publish:
|
||||||
name: Steam Publiish
|
name: Steam Publish
|
||||||
runs-on: cm2network/steamcmd
|
runs-on: ubuntu-22.04
|
||||||
|
container:
|
||||||
|
image: cm2network/steamcmd:root
|
||||||
needs: [export-windows, export-linux]
|
needs: [export-windows, export-linux]
|
||||||
steps:
|
steps:
|
||||||
- name: Read Cache
|
- name: Read Cache
|
||||||
run: |
|
run: |
|
||||||
echo "TODO Read Cache"
|
echo "TODO Read Cache"
|
||||||
|
|
||||||
- name: Update VDF
|
- name: Update VDF
|
||||||
run: |
|
run: |
|
||||||
sed -i -e "s/STEAM_DESCRIPTION/${GITHUB_REF_NAME} - ${GITHUB_SHA:0:8}/" build_scripts/steam/app_build_2739610.vdf;
|
sed -i -e "s/STEAM_DESCRIPTION/${GITHUB_REF_NAME} - ${GITHUB_SHA:0:8}/" build/build_dependencies/steam/app_build_2739610.vdf
|
||||||
|
|
||||||
- name: Publish to Steam
|
- name: Publish to Steam
|
||||||
run: |
|
run: |
|
||||||
/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_scripts/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
|
||||||
run: |
|
run: |
|
||||||
echo "TODO Cache Config and sentry"
|
echo "TODO Cache Config and sentry"
|
||||||
Reference in New Issue
Block a user