Skip to content

Commit 024a8ed

Browse files
committed
packit.yml: fix archive name
This was a mistake introduced in osbuild#2041.
1 parent dd9e9ac commit 024a8ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
# same as the global one, but specifying actions: does not inherit
4040
post-upstream-clone: make spec
4141
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"
42+
- sh -exc "curl -L -O https://github.com/osbuild/cockpit-composer/releases/download/${PACKIT_PROJECT_VERSION}/${PACKIT_PROJECT_NAME_VERSION}.tar.gz"
43+
- sh -exc "ls ${PACKIT_PROJECT_NAME_VERSION}.tar.gz"
4444

4545
- job: propose_downstream
4646
trigger: release

0 commit comments

Comments
 (0)