Skip to content

Commit

Permalink
Version Increment
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachesMLG committed Sep 22, 2023
1 parent f073a2d commit 2c96813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: "actions/[email protected]"
with:
name: "IridiumColorApi"
path: "build/libs/IridiumColorApi-*.jar"
path: "build/libs/IridiumColorAPI-*.jar"
upload:
needs: build
runs-on: ubuntu-latest
Expand All @@ -52,4 +52,4 @@ jobs:
repository: "maven-releases"
coordinates: "groupId=com.iridium artifactId=IridiumColorApi version=${{steps.version.outputs.version}} generate-pom=on"
assets: "extension=jar"
filename: "IridiumColorApi-*.jar"
filename: "IridiumColorAPI-*.jar"

0 comments on commit 2c96813

Please sign in to comment.