Skip to content

Commit c41b736

Browse files
committed
Restore changes to tarball.sh
1 parent 8d399c6 commit c41b736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prebuild/tarball.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ FILENAME=$(
66
const tagName = p.env.UPLOAD_TO || p.env.CANVAS_VERSION_TO_BUILD;
77
console.log('canvas-' + tagName + '-napi-v7-' + p.platform + libc + '-' + p.arch);
88
"
9-
).tar.gz
9+
).tar.gz;
1010

1111
# Zip up the release
1212
tar -czvf $FILENAME build
1313

1414
if [ $? -ne 0 ]; then
1515
echo "failed to make tarball $FILENAME from node-canvas/build"
16-
exit 1
16+
exit 1;
1717
else
1818
echo "::set-output name=asset_name::$FILENAME"
1919
fi

0 commit comments

Comments
 (0)