Skip to content

Commit a35e121

Browse files
committed
Version Increment
1 parent 2c96813 commit a35e121

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Upload artifacts
2727
uses: "actions/upload-artifact@v2.2.3"
2828
with:
29-
name: "IridiumColorApi"
29+
name: "IridiumColorAPI"
3030
path: "build/libs/IridiumColorAPI-*.jar"
3131
upload:
3232
needs: build
@@ -40,7 +40,7 @@ jobs:
4040
file: "build.gradle.kts"
4141
- uses: actions/download-artifact@v3.0.2
4242
with:
43-
name: "IridiumColorApi"
43+
name: "IridiumColorAPI"
4444
path: "./"
4545
- name: Publish to Nexus
4646
uses: sonatype-nexus-community/nexus-repo-github-action@master
@@ -50,6 +50,6 @@ jobs:
5050
password: "${{ secrets.NEXUS_PASSWORD }}"
5151
format: "maven2"
5252
repository: "maven-releases"
53-
coordinates: "groupId=com.iridium artifactId=IridiumColorApi version=${{steps.version.outputs.version}} generate-pom=on"
53+
coordinates: "groupId=com.iridium artifactId=IridiumColorAPI version=${{steps.version.outputs.version}} generate-pom=on"
5454
assets: "extension=jar"
5555
filename: "IridiumColorAPI-*.jar"

0 commit comments

Comments
 (0)