From 024a8edb409ee5693673d7f256b9c6684d824bb0 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Tue, 20 Aug 2024 15:10:27 +0200 Subject: [PATCH] packit.yml: fix archive name This was a mistake introduced in #2041. --- packit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packit.yaml b/packit.yaml index 132edfa78..6f61c540e 100644 --- a/packit.yaml +++ b/packit.yaml @@ -39,8 +39,8 @@ jobs: # same as the global one, but specifying actions: does not inherit post-upstream-clone: make spec create-archive: - - sh -exc "curl -L -O https://github.com/osbuild/cockpit-composer/releases/download/${PACKIT_PROJECT_VERSION}/${PACKIT_PROJECT_NAME_VERSION}.tar.xz" - - 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" - job: propose_downstream trigger: release