We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f610ce commit 140ba2dCopy full SHA for 140ba2d
utils/create-release.sh
@@ -1,12 +1,14 @@
1
#!/bin/bash
2
3
-echo "Creating deplot dir ..."
+echo "Creating dir to deploy ..."
4
mkdir "deploy"
5
6
+mv release map2check
7
+
8
echo "Generating TAR.GZ file ..."
-tar -czvf map2check-rc-$1.tar.gz release/
9
+tar -czvf map2check-rc-$1.tar.gz map2check/
10
mv map2check-rc-$1.tar.gz deploy/
11
12
echo "Generating zip file ..."
-7z a map2check-rc-$1.zip release/
13
+7z a map2check-rc-$1.zip map2check/
14
mv map2check-rc-$1.zip deploy/
0 commit comments