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 7055245 commit abb21d7Copy full SHA for abb21d7
.github/workflows/ci.yaml
@@ -253,7 +253,7 @@ jobs:
253
if: ${{ matrix.builder.name == 'SCons' }}
254
uses: ./.github/actions/godot-cache-save
255
with:
256
- cache-name: ${{ matrix.builder.cache-name }}
+ cache-name: ${{ matrix.platform.cache-name }}
257
continue-on-error: true
258
259
- name: Download latest Godot artifacts
0 commit comments