Skip to content

Commit 327e4f4

Browse files
committed
Tweak to build script.
1 parent 9c3b1f6 commit 327e4f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build_release_package.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ echo "" >> tmp/README.txt
2424
cat code/instructions.txt >> tmp/README.txt
2525
zip -rj tmp/codesharing.zip code/*
2626
zip -rj tmp/codesharing.zip tmp/README.txt
27-
cp tmp/codesharing.zip codesharing_rev_${REVISION}.zip
27+
cp tmp/codesharing.zip codesharing_rev_${HASH}.zip
2828
rm -rf tmp
2929
echo ""
30-
echo "*** Created codesharing_rev_$REVISION.zip file ***"
30+
echo "*** Created codesharing_rev_$HASH.zip file ***"
3131
echo ""

0 commit comments

Comments
 (0)