From 18b3a0421b6a12a79dd349e49e9c783435254896 Mon Sep 17 00:00:00 2001 From: alexcrea <42614139+alexcrea@users.noreply.github.com> Date: Sat, 14 Jun 2025 12:39:33 +0200 Subject: [PATCH] oops --- .github/workflows/gradle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 902cc2b..f339f76 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -73,8 +73,8 @@ jobs: - name: Upload offline JAR file uses: actions/upload-artifact@v4 with: - name: ${{ env.online_jar_name }} - path: build/libs/${{ env.online_jar_name }} + name: ${{ env.offline_jar_name }} + path: build/libs/${{ env.offline_jar_name }} - name: Summarize tests results uses: jeantessier/test-summary-action@v1