1
0
mirror of https://github.com/PaperMC/Paper.git synced 2025-08-14 19:55:52 -07:00

Change cache keys

This commit is contained in:
Mariell Hoversholm
2021-03-16 17:02:53 +01:00
parent c9ba11e0fc
commit f63acc3d72

@@ -27,8 +27,8 @@ jobs:
path: |
~/.m2/repository/
work/Minecraft
key: ${{ runner.os }}-paper-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-paper
key: ${{ runner.os }}-paper-2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-paper-2
- name: Patch and build
run: |
git config --global user.email "no-reply@github.com"