mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-22 10:35:42 +01:00
how often does md_5 change mappings?
this will come back to bite me in exactly 17 days
This commit is contained in:
parent
b6aff61671
commit
8b05c16d6c
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user