We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3b1f6 commit 327e4f4Copy full SHA for 327e4f4
1 file changed
build_release_package.sh
@@ -24,8 +24,8 @@ echo "" >> tmp/README.txt
24
cat code/instructions.txt >> tmp/README.txt
25
zip -rj tmp/codesharing.zip code/*
26
zip -rj tmp/codesharing.zip tmp/README.txt
27
-cp tmp/codesharing.zip codesharing_rev_${REVISION}.zip
+cp tmp/codesharing.zip codesharing_rev_${HASH}.zip
28
rm -rf tmp
29
echo ""
30
-echo "*** Created codesharing_rev_$REVISION.zip file ***"
+echo "*** Created codesharing_rev_$HASH.zip file ***"
31
0 commit comments