mirror of https://github.com/zulip/zulip.git
parent
c1c9024af5
commit
de275da70a
|
@ -110,7 +110,7 @@ export OUTPUT_DIR
|
|||
|
||||
./tools/build-release-tarball "$version"
|
||||
|
||||
TARBALL="$OUTDIR/zulip-server-$version.tar.gz"
|
||||
TARBALL="$OUTPUT_DIR/zulip-server-$version.tar.gz"
|
||||
if ! [ -f "$TARBALL" ]; then
|
||||
echo "Did not find expected $TARBALL!"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue