diff options
author | MiniDigger <[email protected]> | 2021-06-14 00:56:05 +0200 |
---|---|---|
committer | MiniDigger <[email protected]> | 2021-06-14 00:56:05 +0200 |
commit | 69e6160294fd41f8015bc87278225c4c0220082a (patch) | |
tree | 6cf9f4b69bdb933240ed1f61f1ed70523293aa03 /.github | |
parent | 5cdbd0064bd460534c265fc41c1d6133e839d77a (diff) | |
download | Paper-69e6160294fd41f8015bc87278225c4c0220082a.tar.gz Paper-69e6160294fd41f8015bc87278225c4c0220082a.zip |
separate out the CI tasks
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 3 |
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 |