From 8b05c16d6cce156c7d8b57f5071a700b979206ef Mon Sep 17 00:00:00 2001 From: duplexsystem Date: Tue, 23 Mar 2021 17:20:04 -0400 Subject: [PATCH] how often does md_5 change mappings? this will come back to bite me in exactly 17 days --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: |