mirror of
https://github.com/apple/pkl.git
synced 2026-05-20 22:06:57 +02:00
Persist jpkl to the workspace for releases (#314)
This is something that was published to Maven but not as a GitHub release. Persist it so that it can go out with a release.
This commit is contained in:
@@ -32,4 +32,11 @@ steps {
|
||||
new Config.RunStep {
|
||||
command = "./gradlew \(self.gradleArgs) \(module.command)"
|
||||
}
|
||||
// add jpkl to workspace so it gets published as a GitHub release
|
||||
new Config.PersistToWorkspaceStep {
|
||||
root = "."
|
||||
paths {
|
||||
"pkl-cli/build/executable/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user