From b5136e6c2251be0ff99b581c8e957a7dda448e7e Mon Sep 17 00:00:00 2001 From: Jake Moore Date: Thu, 20 Jun 2024 19:14:06 -0700 Subject: [PATCH] v2.1.3 -fix release? --- .github/workflows/gradle-publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle-publish-release.yml b/.github/workflows/gradle-publish-release.yml index 23fa86d..402ec66 100644 --- a/.github/workflows/gradle-publish-release.yml +++ b/.github/workflows/gradle-publish-release.yml @@ -49,7 +49,7 @@ jobs: - name: Create Release uses: ncipollo/release-action@v1 with: - artifacts: "/build/libs/*.jar" + artifacts: "build/libs/*.jar" allowUpdates: true removeArtifacts: true omitBodyDuringUpdate: true