We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1803b7d commit 4c073a3Copy full SHA for 4c073a3
1 file changed
.github/workflows/flex-build.yml
@@ -48,7 +48,7 @@ jobs:
48
uses: actions/cache@v5
49
with:
50
path: ${{ inputs.dir }}/build
51
- key: build-${{ hashFiles(format('{0}/[a-z]**', inputs.dir), 'api/**') }}
+ key: build-${{ inputs.mc }}-${{ hashFiles(format('{0}/[a-z]**', inputs.dir), 'api/**') }}
52
53
- if: steps.cache.outputs.cache-hit != 'true'
54
name: Setup Java
0 commit comments