aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorMiniDigger <[email protected]>2021-06-14 00:56:05 +0200
committerMiniDigger <[email protected]>2021-06-14 00:56:05 +0200
commit69e6160294fd41f8015bc87278225c4c0220082a (patch)
tree6cf9f4b69bdb933240ed1f61f1ed70523293aa03 /.github
parent5cdbd0064bd460534c265fc41c1d6133e839d77a (diff)
downloadPaper-69e6160294fd41f8015bc87278225c4c0220082a.tar.gz
Paper-69e6160294fd41f8015bc87278225c4c0220082a.zip
separate out the CI tasks
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b8ae06caf6..2d414ee7de 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -36,4 +36,5 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "Github Actions"
- ./gradlew applyPatches build
+ ./gradlew applyPatches
+ ./gradlew build