summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index aa792fe..28e2dfb 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -44,7 +44,7 @@ jobs:
fail_ci_if_error: false
- name: Build with shadowJar
- run: ./gradlew :platform-paper:shadowJar :platform-velocity:shadowJar --parallel --no-daemon
+ run: ./gradlew :platform-paper:shadowJar :platform-velocity:shadowJar -PisNightly=true --parallel --no-daemon
- name: Upload build artifacts
uses: actions/upload-artifact@v7