Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-15 04:20:04 +01:00
Change cache keys
Dieser Commit ist enthalten in:
Ursprung
0d217001c4
Commit
ccb217c01d
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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"
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren