Skip to content

Commit

Permalink
fix restore key for cached steamcmd
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jan 27, 2025
1 parent 6da4bd9 commit ca6f334
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/generate-symbols.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ jobs:
uses: actions/cache/restore@v4
with:
path: ${{ env.HOME }}/Steam
key: steamcmd-${{ github.sha }}
restore-keys: steamcmd
key: steamcmd
- name: Setup steamcmd
if: inputs.channel == 'all' || inputs.channel == 'steam'
id: steamcmd
Expand Down Expand Up @@ -238,8 +237,7 @@ jobs:
uses: actions/cache/restore@v4
with:
path: ${{ env.HOME }}/Steam
key: steamcmd-${{ github.sha }}
restore-keys: steamcmd
key: steamcmd
- name: Setup steamcmd
if: inputs.channel == 'all' || inputs.channel == 'steam'
id: steamcmd
Expand Down

0 comments on commit ca6f334

Please sign in to comment.