Skip to content

Commit ca6f334

Browse files
committed
fix restore key for cached steamcmd
1 parent 6da4bd9 commit ca6f334

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/generate-symbols.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ jobs:
104104
uses: actions/cache/restore@v4
105105
with:
106106
path: ${{ env.HOME }}/Steam
107-
key: steamcmd-${{ github.sha }}
108-
restore-keys: steamcmd
107+
key: steamcmd
109108
- name: Setup steamcmd
110109
if: inputs.channel == 'all' || inputs.channel == 'steam'
111110
id: steamcmd
@@ -238,8 +237,7 @@ jobs:
238237
uses: actions/cache/restore@v4
239238
with:
240239
path: ${{ env.HOME }}/Steam
241-
key: steamcmd-${{ github.sha }}
242-
restore-keys: steamcmd
240+
key: steamcmd
243241
- name: Setup steamcmd
244242
if: inputs.channel == 'all' || inputs.channel == 'steam'
245243
id: steamcmd

0 commit comments

Comments
 (0)