Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
ci: fixed configuration error
Browse files Browse the repository at this point in the history
  • Loading branch information
AH-dark committed Dec 7, 2023
1 parent 295f75c commit 94b6883
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,6 @@ jreleaser {
artifact {
path = File("build/distributions/{{distributionName}}-{{projectVersion}}.zip")
}
artifact {
path = File("build/distributions/{{distributionName}}-{{projectVersion}}-mac.zip")
platform = "osx"
}
artifact {
path = File("build/distributions/{{distributionName}}-{{projectVersion}}-windows.zip")
platform = "windows"
}
}
}
}
Expand Down

0 comments on commit 94b6883

Please sign in to comment.