From 3aa0f05fd8be1fc080677c200f91f7ebb2949176 Mon Sep 17 00:00:00 2001 From: Vincent B <79211348+Snabeldier@users.noreply.github.com> Date: Mon, 24 Jun 2024 17:37:39 +0200 Subject: [PATCH] build: change artifact id (#185) --- .github/workflows/build.yml | 6 +++--- pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dfb574de..45362308 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,6 +48,6 @@ jobs: uses: softprops/action-gh-release@v0.1.15 with: files: | - target/api-${{ inputs.version }}.jar - target/api-${{ inputs.version }}-sources.jar - target/api-${{ inputs.version }}-javadoc.jar \ No newline at end of file + target/core-api-${{ inputs.version }}.jar + target/core-api-${{ inputs.version }}-sources.jar + target/core-api-${{ inputs.version }}-javadoc.jar \ No newline at end of file diff --git a/pom.xml b/pom.xml index 75ca1bcb..cf084fd6 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 - 1.282.5 + 1.282.6 1.61.2 @@ -15,7 +15,7 @@ minevalley.core - api + core-api ${version} jar