3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-15 04:20:04 +01:00

separate out the CI tasks

Dieser Commit ist enthalten in:
MiniDigger 2021-06-14 00:56:05 +02:00
Ursprung 5cdbd0064b
Commit 69e6160294

Datei anzeigen

@ -36,4 +36,5 @@ jobs:
run: | run: |
git config --global user.email "no-reply@github.com" git config --global user.email "no-reply@github.com"
git config --global user.name "Github Actions" git config --global user.name "Github Actions"
./gradlew applyPatches build ./gradlew applyPatches
./gradlew build