Skip to content

Commit 3fc49c9

Browse files
committed
Simplify packit's create-archive action
1 parent 8bd4983 commit 3fc49c9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.packit.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ current_version_command: ["make", "packit-version"]
1111
actions:
1212
create-archive:
1313
- make packit-tarball
14-
- make packit-path
1514

1615
jobs:
1716
- job: copr_build

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ push: packages
4949

5050
# Packit stuff
5151
packit-tarball: tarball
52-
mv $(TMP)/SOURCES/$(PACKAGE).tar.bz2 .
53-
packit-path:
54-
@printf "$(PACKAGE).tar.bz2"
52+
@printf "$(shell realpath $(TMP)/SOURCES/$(PACKAGE).tar.bz2)\n"
5553
packit-version:
5654
@printf "$(VERSION)"
5755

0 commit comments

Comments
 (0)