Skip to content

Commit

Permalink
Makefile/release_artifacts: print the archive path
Browse files Browse the repository at this point in the history
Packit needs expects the archive path to be printed when specifying a
custom action to build the archive. See [0].

[0] https://packit.dev/docs/configuration/actions#create-archive

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
  • Loading branch information
thozza committed Dec 19, 2024
1 parent de640f9 commit 5301de0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,6 @@ RPM_TARBALL_FILENAME=$(notdir $(RPM_TARBALL))
release_artifacts: $(RPM_TARBALL)
mkdir -p release_artifacts
cp $< release_artifacts/
# Print the artifact path for Packit
echo "release_artifacts/$(shell basename $<)"

0 comments on commit 5301de0

Please sign in to comment.