mirror of
https://github.com/apple/pkl.git
synced 2026-04-20 07:21:32 +02:00
Bump pkl.impl.ghactions to 1.0.1 (#1358)
This commit is contained in:
7
.github/jobs/DeployJob.pkl
vendored
7
.github/jobs/DeployJob.pkl
vendored
@@ -1,7 +1,6 @@
|
||||
extends "GradleJob.pkl"
|
||||
|
||||
import "@gha/actions/Artifact.pkl"
|
||||
import "@gha/actions/Common.pkl"
|
||||
import "@gha/catalog.pkl"
|
||||
import "@gha/Workflow.pkl"
|
||||
import "@pkl.impl.ghactions/helpers.pkl"
|
||||
|
||||
@@ -14,8 +13,8 @@ arch = "amd64"
|
||||
os = "linux"
|
||||
|
||||
steps {
|
||||
new Common.Checkout {}
|
||||
new Artifact.Download {
|
||||
catalog.`actions/checkout@v6`
|
||||
(catalog.`actions/download-artifact@v5`) {
|
||||
with {
|
||||
pattern = "executable-**"
|
||||
`merge-multiple` = true
|
||||
|
||||
Reference in New Issue
Block a user