Skip to content

Commit

Permalink
Titlecase output jar
Browse files Browse the repository at this point in the history
Signed-off-by: BT (calcastor/mame) <[email protected]>
  • Loading branch information
calcastor committed Dec 30, 2024
1 parent c4a8f61 commit 1407153
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
name: Upload Jar
uses: actions/upload-artifact@v4
with:
name: ingame.jar
path: build/libs/ingame.jar
name: Ingame.jar
path: build/libs/Ingame.jar
if-no-files-found: error
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

tasks.named<ShadowJar>("shadowJar") {
archiveFileName = "ingame.jar"
archiveFileName = "Ingame.jar"
archiveClassifier.set("")
destinationDirectory = rootProject.projectDir.resolve("build/libs")

Expand Down

0 comments on commit 1407153

Please sign in to comment.