From be82c4b810917b2731bb2ead2a56fb6c01a555da Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Mon, 2 Jul 2018 13:26:26 +0300 Subject: [PATCH] Link to latest tarball for Jenkins upload of artifacts is fine with wildcards but copyartifact needs the exact name. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c4f00e1..02fa4a0 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ tests: sandbox dist: sandbox cabal configure cabal sdist + ln dist/codec-rpm-*.tar.gz dist/codec-rpm-latest.tar.gz ci: tests hlint