From 0dc3b9f31b68c564a9f0775085e6e1116f8d146d Mon Sep 17 00:00:00 2001 From: T14D3 <73843330+T14D3@users.noreply.github.com> Date: Tue, 31 Dec 2024 10:21:12 +0100 Subject: [PATCH] Whoops --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 0743eb0..ca5302b 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/upload-artifact@v4 with: name: Package - path: build/Zones*.jar + path: build/libs/Zones*.jar # NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html). # If your project does not have the Gradle Wrapper configured, you can use the following configuration to run Gradle with a specified version.