aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-04-27 15:05:18 +0200
committerGitHub <noreply@github.com>2024-04-27 15:05:18 +0200
commitc266561e0cd048a7e0c2f8617a35bc1a827df318 (patch)
treeb1a457c0451857634c0feb64a515da0483018b35 /.github
parent9547ebec0edd8c512f55f510acd93e180771e87a (diff)
downloadNotEnoughUpdates-c266561e0cd048a7e0c2f8617a35bc1a827df318.tar.gz
NotEnoughUpdates-c266561e0cd048a7e0c2f8617a35bc1a827df318.tar.bz2
NotEnoughUpdates-c266561e0cd048a7e0c2f8617a35bc1a827df318.zip
Fix access transformer crash and invalid SSL context for auto updater (#1121)
Diffstat (limited to '.github')
-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