Skip to content

Commit

Permalink
cache entire _github_home dir
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Dec 24, 2024
1 parent b4825e6 commit 2ba934e
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/steam-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: steamcmd cache
uses: actions/cache@v2
with:
path: /home/runner/work/_temp/_github_home/Steam
path: /home/runner/work/_temp/_github_home
key: steamcmd-${{ github.sha }}
restore-keys: steamcmd
- name: Steam deploy
Expand All @@ -94,15 +94,3 @@ 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 2ba934e

Please sign in to comment.