separate out the CI tasks

This commit is contained in:
MiniDigger 2021-06-14 00:56:05 +02:00
parent 5cdbd0064b
commit 69e6160294
1 changed files with 2 additions and 1 deletions

View File

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