We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da4bd9 commit ca6f334Copy full SHA for ca6f334
.github/workflows/generate-symbols.yml
@@ -104,8 +104,7 @@ jobs:
104
uses: actions/cache/restore@v4
105
with:
106
path: ${{ env.HOME }}/Steam
107
- key: steamcmd-${{ github.sha }}
108
- restore-keys: steamcmd
+ key: steamcmd
109
- name: Setup steamcmd
110
if: inputs.channel == 'all' || inputs.channel == 'steam'
111
id: steamcmd
@@ -238,8 +237,7 @@ jobs:
238
237
239
240
241
242
243
244
245
0 commit comments