Skip to content

Commit

Permalink
packit.yml: fix archive name
Browse files Browse the repository at this point in the history
This was a mistake introduced in osbuild#2041.
  • Loading branch information
croissanne committed Aug 20, 2024
1 parent dd9e9ac commit 024a8ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 024a8ed

Please sign in to comment.