Skip to content

Commit

Permalink
Updated release script to emit tarball to rel folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mmassenzio committed Nov 26, 2021
1 parent 6fe3289 commit 21df4ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ for f in build parse-args test utils; do
done
cp commons.cmake $DEST/

tar cvf common-utils-$VERSION.tar.gz -C /tmp common-utils
mkdir -p rel
tar cvf rel/common-utils-$VERSION.tar.gz -C /tmp common-utils
rm -rf $DEST

0 comments on commit 21df4ee

Please sign in to comment.