Skip to content

Commit

Permalink
build: change artifact id (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snabeldier authored Jun 24, 2024
1 parent ff7b17d commit 3aa0f05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
uses: softprops/[email protected]
with:
files: |
target/api-${{ inputs.version }}.jar
target/api-${{ inputs.version }}-sources.jar
target/api-${{ inputs.version }}-javadoc.jar
target/core-api-${{ inputs.version }}.jar
target/core-api-${{ inputs.version }}-sources.jar
target/core-api-${{ inputs.version }}-javadoc.jar
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<properties>
<version>1.282.5</version>
<version>1.282.6</version>

<smart-api.version>1.61.2</smart-api.version>

Expand All @@ -15,7 +15,7 @@
</properties>

<groupId>minevalley.core</groupId>
<artifactId>api</artifactId>
<artifactId>core-api</artifactId>
<version>${version}</version>
<packaging>jar</packaging>

Expand Down

0 comments on commit 3aa0f05

Please sign in to comment.