aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/publish.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/publish.yml')
-rw-r--r--.github/workflows/publish.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index de01458a..621072f9 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -23,7 +23,10 @@ jobs:
- name: Set up gradle cache
uses: gradle/gradle-build-action@v2
- name: Build with Gradle
- run: ./gradlew clean test includeBackupRepo remapJar --no-daemon
+ run: |
+ ./gradlew clean
+ ./gradlew includeBackupRepo
+ ./gradlew test remapJar
env:
NEU_RELEASE: true
- uses: actions/upload-artifact@v3