mirror of
https://github.com/apple/pkl.git
synced 2026-04-27 10:47:12 +02:00
Fix release builds (#1317)
In order to preserve the folder hierarchy in our uploaded artifact, we need to insert a wildcard in the root path. Also, fix fan-in of tasks that lead to the publish test result task.
This commit is contained in:
4
.github/jobs/PklJob.pkl
vendored
4
.github/jobs/PklJob.pkl
vendored
@@ -1,6 +1,6 @@
|
||||
abstract module PklJob
|
||||
|
||||
import "@gha/Workflow.pkl"
|
||||
extends "@pkl.impl.ghactions/jobs/PklJob.pkl"
|
||||
|
||||
/// Identify any jobs that must complete successfully before this job will run.
|
||||
///
|
||||
@@ -23,7 +23,7 @@ needs: (String | *Listing<String>)?
|
||||
`if`: String?
|
||||
|
||||
/// The underlying workflow job
|
||||
fixed job: Workflow.Job = new {
|
||||
fixed job {
|
||||
`if` = module.`if`
|
||||
needs = module.needs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user