diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b048e5b..123893a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,10 @@ jobs: - name: Set up gradle cache uses: gradle/actions/setup-gradle@v3 - name: Build with gradle - run: ./gradlew clean test remapJar --stacktrace + run: | + ./gradlew clean + ./gradlew unpackAllJars --stacktrace + ./gradlew test remapJar --stacktrace - name: Upload build artifact uses: actions/upload-artifact@v3 with: |