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 24ec7b4 commit f244011Copy full SHA for f244011
build/api-package.sh
@@ -2,10 +2,14 @@
2
VERSION=3.16.1
3
PACKAGE=s2client-api-${VERSION}.tgz
4
5
+echo "===================================="
6
+echo "Building package ${PACKAGE}"
7
8
rm -f ${PACKAGE}*
9
10
pushd build/bin
11
tar -zcvf ../../${PACKAGE} *
12
popd
13
md5sum ${PACKAGE} > ${PACKAGE}.md5sum
14
+cat ${PACKAGE}.md5sum
15
0 commit comments