diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 75cab9e8..b8eb6a11 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,12 +53,13 @@ jobs: run: echo "::set-output name=mcver::$(cat "Paper/work/BuildData/info.json" | grep minecraftVersion | cut -d '"' -f 4)" id: mcver + - name: Pull Minecraft Decompile Cache uses: actions/cache@v2 id: decompile-cache with: path: Paper/work/Minecraft/${{ steps.mcver.outputs.mcver }} - key: ${{ hashFiles('Paper/work/BuildData/mappings/bukkit-$STEPS_MCVER_OUTPUTS_MCVER-cl.csrg') }}-${{ steps.mcver.outputs.mcver }}-${{ runner.os }}-java-${{ matrix.java }}-minecraft-decomp + key: ${{ steps.mcver.outputs.mcver }}-${{ runner.os }}-java-${{ matrix.java }}-minecraft-decomp - name: Apply Patches run: |