From 80d19ec42d9ba774f49aab53d9b6062d8ba3b2cc Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Mon, 31 Jul 2023 10:07:23 -0700 Subject: [PATCH] fix paths for steam deploy --- .github/workflows/build-windows.yml | 1 + .github/workflows/steam-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 59737f0a7..e41431f4f 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -68,6 +68,7 @@ jobs: ccache -d win64-cross/ccache --cleanup ccache -d win64-cross/ccache --show-stats --verbose - name: Save ccache + if: !inputs.cache-readonly uses: actions/cache/save@v3 with: path: build/win64-cross/ccache diff --git a/.github/workflows/steam-deploy.yml b/.github/workflows/steam-deploy.yml index ef1433212..1b9898c76 100644 --- a/.github/workflows/steam-deploy.yml +++ b/.github/workflows/steam-deploy.yml @@ -84,7 +84,7 @@ jobs: configVdf: ${{ secrets.STEAM_CONFIG_VDF}} appId: 2346660 buildDescription: ${{ github.event.inputs.version }} - rootPath: build + rootPath: . depot1Path: common depot2Path: win64 depot3Path: linux64