This commit is contained in:
gitlawr
2024-06-17 15:11:59 +08:00
parent 9fa61b9849
commit cb14781984
5 changed files with 192 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
set -ex
source scripts/version
version::get_version_vars
TARBALL=${GIT_VERSION}.tar.gz
echo "Compressing to ${TARBALL}..."
tar -czf ${TARBALL} dist
mv ${TARBALL} dist