From a2b44cd288e54fec3e211bf3ad6971f5f8298fa6 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sun, 25 Jun 2017 21:13:31 -0400 Subject: [PATCH] Change the name of the zip --- ci/build_zip.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ci/build_zip.sh b/ci/build_zip.sh index 6133554a..4e80e026 100644 --- a/ci/build_zip.sh +++ b/ci/build_zip.sh @@ -7,12 +7,10 @@ TARGETDIR=$VERSION_NUMBER;for file in *;do test "$file" != "$TARGETDIR" && cp -r # Remove files that we don't want to bundle cd $VERSION_NUMBER rm -rf ci -#rm .gitignore -#rm .gitlab-ci.yml rm -rf .git rm apidoc.json rm CONTRIBUTING.md cd ../ -zip -r release.zip $VERSION_NUMBER +zip -r $VERSION_NUMBER.zip $VERSION_NUMBER rm -rf $VERSION_NUMBER \ No newline at end of file