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