mirror of
https://github.com/apple/pkl.git
synced 2026-03-27 19:41:18 +01:00
Fix deploy jobs (#1319)
Specify `merge-multiple` to prevent new directories from being created when downloading artifacts.
This commit is contained in:
1
.github/jobs/DeployJob.pkl
vendored
1
.github/jobs/DeployJob.pkl
vendored
@@ -18,6 +18,7 @@ steps {
|
||||
new Artifact.Download {
|
||||
with {
|
||||
pattern = "executable-**"
|
||||
`merge-multiple` = true
|
||||
}
|
||||
}
|
||||
new Workflow.Step {
|
||||
|
||||
1
.github/jobs/GithubRelease.pkl
vendored
1
.github/jobs/GithubRelease.pkl
vendored
@@ -15,6 +15,7 @@ fixed job {
|
||||
new Artifact.Download {
|
||||
with {
|
||||
pattern = "executable-**"
|
||||
`merge-multiple` = true
|
||||
}
|
||||
}
|
||||
new {
|
||||
|
||||
Reference in New Issue
Block a user