From dede25ec329efcb96294c095f23838074e0b9f86 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Thu, 24 Oct 2024 22:59:47 +1300 Subject: [PATCH] =?UTF-8?q?fix:=20Do=20not=20include=20semrel=20folder=20?= =?UTF-8?q?=F0=9F=94=A5=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.sh b/scripts/build.sh index 9554f8e..59da09e 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -7,6 +7,7 @@ echo "Made temporary directory" zip -r "./build/ugly-queue.zip" \ . \ + -x '.semrel/*' \ -x './vendor/*' \ -x './tests/*' \ -x './build/*' \