diff --git a/.github/workflows/steam-deploy.yml b/.github/workflows/steam-deploy.yml index 3d7827d749..b1870b7c5e 100644 --- a/.github/workflows/steam-deploy.yml +++ b/.github/workflows/steam-deploy.yml @@ -76,7 +76,7 @@ jobs: done - name: Get short SHA of commit run: echo "SHORT_SHA=`echo ${{ github.sha }} | cut -c1-8`" >>$GITHUB_ENV - - name: Restore steamcmd cache + - name: steamcmd cache uses: actions/cache@v2 with: path: /home/runner/work/_temp/_github_home/Steam @@ -94,3 +94,15 @@ jobs: depot2Path: win64-depot depot3Path: linux64-depot releaseBranch: ${{ github.event.inputs && github.event.inputs.steam_branch || 'staging' }} + - name: Debugging + run: | + echo " ******* cwd: `pwd`" + find . -type f + echo " ******* cache: /github/home" + find /home/runner/work/_temp/_github_home -type f + echo " ******* cache: /github/workflow" + find /home/runner/work/_temp/_github_workflow -type f + echo " ******* cache: /github/file_commands" + find /home/runner/work/_temp/_runner_file_commands -type f + echo " ******* cache: /github/workspace" + find /home/runner/work/dfhack/dfhack -type f