how often does md_5 change mappings?

this will come back to bite me in exactly 17 days
This commit is contained in:
duplexsystem 2021-03-23 17:20:04 -04:00 committed by GitHub
parent b6aff61671
commit 8b05c16d6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,12 +53,13 @@ jobs:
run: echo "::set-output name=mcver::$(cat "Paper/work/BuildData/info.json" | grep minecraftVersion | cut -d '"' -f 4)" run: echo "::set-output name=mcver::$(cat "Paper/work/BuildData/info.json" | grep minecraftVersion | cut -d '"' -f 4)"
id: mcver id: mcver
- name: Pull Minecraft Decompile Cache - name: Pull Minecraft Decompile Cache
uses: actions/cache@v2 uses: actions/cache@v2
id: decompile-cache id: decompile-cache
with: with:
path: Paper/work/Minecraft/${{ steps.mcver.outputs.mcver }} 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 - name: Apply Patches
run: | run: |