From d7979e7eb1bf735c4c96f21fca20a7acdeb28553 Mon Sep 17 00:00:00 2001 From: Aveen Ismail Date: Thu, 19 Dec 2024 19:46:49 +0100 Subject: [PATCH] Revert changes in source release script --- resources/make_src_dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/make_src_dist.sh b/resources/make_src_dist.sh index 5c8bb29c..9565c74e 100755 --- a/resources/make_src_dist.sh +++ b/resources/make_src_dist.sh @@ -19,7 +19,7 @@ rm -r dist_build set +e set -x -tar --exclude README.adoc --exclude .git --exclude .github --exclude --exclude resources/icons --exclude resources/macos --exclude resources/win .gitignore --transform="s/^\./yubico-piv-tool-$VERSION/" -czf yubico-piv-tool-$VERSION.tar.gz . +tar --exclude README.adoc --exclude .git --exclude .github --exclude --exclude .gitignore --transform="s/^\./yubico-piv-tool-$VERSION/" -czf yubico-piv-tool-$VERSION.tar.gz . exitcode=$? if [ "$exitcode" != "1" ] && [ "$exitcode" != "0" ]; then exit $exitcode