chore: build before dist

This commit is contained in:
hstyi
2025-06-16 15:25:37 +08:00
committed by hstyi
parent c9c8aa8f2a
commit a64aef24b2
5 changed files with 20 additions and 0 deletions

View File

@@ -34,6 +34,10 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ runner.arch }}-gradle-
# test build
- run: |
./gradlew build -x test --no-daemon
# dist
- run: |
./gradlew dist --no-daemon