mirror of
https://github.com/apple/pkl.git
synced 2026-04-10 02:43:42 +02: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/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