Skip to content

Commit 4c073a3

Browse files
authored
fix(versions): Fixed build cache omitting Jars for some versions (#131)
1 parent 1803b7d commit 4c073a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/flex-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/cache@v5
4949
with:
5050
path: ${{ inputs.dir }}/build
51-
key: build-${{ hashFiles(format('{0}/[a-z]**', inputs.dir), 'api/**') }}
51+
key: build-${{ inputs.mc }}-${{ hashFiles(format('{0}/[a-z]**', inputs.dir), 'api/**') }}
5252

5353
- if: steps.cache.outputs.cache-hit != 'true'
5454
name: Setup Java

0 commit comments

Comments
 (0)