Change cache keys
This commit is contained in:
parent
0d217001c4
commit
ccb217c01d
|
@ -27,8 +27,8 @@ jobs:
|
||||||
path: |
|
path: |
|
||||||
~/.m2/repository/
|
~/.m2/repository/
|
||||||
work/Minecraft
|
work/Minecraft
|
||||||
key: ${{ runner.os }}-paper-${{ hashFiles('**/pom.xml') }}
|
key: ${{ runner.os }}-paper-2-${{ hashFiles('**/pom.xml') }}
|
||||||
restore-keys: ${{ runner.os }}-paper
|
restore-keys: ${{ runner.os }}-paper-2
|
||||||
- name: Patch and build
|
- name: Patch and build
|
||||||
run: |
|
run: |
|
||||||
git config --global user.email "no-reply@github.com"
|
git config --global user.email "no-reply@github.com"
|
||||||
|
|
Loading…
Reference in New Issue