We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9e9ac commit 024a8edCopy full SHA for 024a8ed
packit.yaml
@@ -39,8 +39,8 @@ jobs:
39
# same as the global one, but specifying actions: does not inherit
40
post-upstream-clone: make spec
41
create-archive:
42
- - sh -exc "curl -L -O https://github.com/osbuild/cockpit-composer/releases/download/${PACKIT_PROJECT_VERSION}/${PACKIT_PROJECT_NAME_VERSION}.tar.xz"
43
- - sh -exc "ls ${PACKIT_PROJECT_NAME_VERSION}.tar.xz"
+ - sh -exc "curl -L -O https://github.com/osbuild/cockpit-composer/releases/download/${PACKIT_PROJECT_VERSION}/${PACKIT_PROJECT_NAME_VERSION}.tar.gz"
+ - sh -exc "ls ${PACKIT_PROJECT_NAME_VERSION}.tar.gz"
44
45
- job: propose_downstream
46
trigger: release
0 commit comments