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