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