aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorMariell Hoversholm <[email protected]>2021-03-16 17:02:53 +0100
committerMariell Hoversholm <[email protected]>2021-03-18 18:03:22 +0100
commitccb217c01d1ca00fae031a98f444586bc8bea774 (patch)
tree4ed0e8fd5803c37834d3fb64e2de7b8b5fe969f7 /.github
parent0d217001c4cbd21bedc0a2fad2bb7a81495c0bc6 (diff)
downloadPaper-ccb217c01d1ca00fae031a98f444586bc8bea774.tar.gz
Paper-ccb217c01d1ca00fae031a98f444586bc8bea774.zip
Change cache keys
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7c30a42386..d208097070 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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 "[email protected]"