From 71321a2be8e946e6839fbbcee5000e554cb7efb2 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Wed, 30 Jun 2021 02:50:26 +0100 Subject: [PATCH] Remove .github/ from tarball --- make-tarball.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-tarball.sh b/make-tarball.sh index 6656e470..5369f551 100755 --- a/make-tarball.sh +++ b/make-tarball.sh @@ -50,7 +50,7 @@ cp -p third_party/Csocket/Csocket.cc third_party/Csocket/Csocket.h $TMPDIR/$ZNCD ) ( cd $TMPDIR/$ZNCDIR - rm -rf .travis* .appveyor* .ci/ + rm -rf .travis* .appveyor* .ci/ .github/ rm make-tarball.sh if [ "x$DESC" != "x" ]; then if [ $NIGHTLY = 1 ]; then