Skip to content

Commit

Permalink
*Shakes hands at sky*
Browse files Browse the repository at this point in the history
  • Loading branch information
Seggan committed Mar 27, 2024
1 parent cb9f050 commit de70848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
with:
project: Galactifun
apiToken: ${{ secrets.BLOB_BUILDS_API_TOKEN }}
file: ./target/Galactifun.jar
file: ./build/libs/Galactifun.jar
releaseNotes: ${{ github.event.head_commit.message }}
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ java.sourceCompatibility = JavaVersion.VERSION_17
tasks.shadowJar {
relocate("io.github.mooy1.infinitylib", "io.github.addoncommunity.galactifun.infinitylib")

archiveFileName = "Galactifun.jar"
archiveFileName = "galactifun.jar"
}

bukkit {
Expand Down

0 comments on commit de70848

Please sign in to comment.