Skip to content

Commit

Permalink
Atualizando caminho do jar
Browse files Browse the repository at this point in the history
  • Loading branch information
SrBedrock committed Jul 2, 2024
1 parent 016301c commit 3d06e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
uses: actions/[email protected]
with:
name: ArmaOraxen
path: build/libs/*.jar
path: core/build/libs/Oraxen-*.jar
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
val pluginVersion = project.property("pluginVersion") as String
tasks {
//publish.get().dependsOn(shadowJar)
shadowJar.get().archiveFileName.set("oraxen-${pluginVersion}.jar")
shadowJar.get().archiveFileName.set("Oraxen-${pluginVersion}.jar")
build.get().dependsOn(shadowJar)
}

Expand Down

0 comments on commit 3d06e3b

Please sign in to comment.