Skip to content

Commit

Permalink
dump runner contents
Browse files Browse the repository at this point in the history
so I can identify where steamcmd is actuall stored
  • Loading branch information
myk002 committed Dec 24, 2024
1 parent a5f2057 commit b4825e6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/steam-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit b4825e6

Please sign in to comment.