Skip to content

Commit 90f6df2

Browse files
committed
start tarball at build instead of Release
1 parent 1852a4f commit 90f6df2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prebuild/tarball.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FILENAME=$(
99
).tar.gz;
1010

1111
# Zip up the release
12-
tar -C build -czvf $FILENAME Release
12+
tar -czvf $FILENAME build
1313

1414
if [ $? -ne 0 ]; then
1515
echo "failed to make tarball $FILENAME from node-canvas/build"

0 commit comments

Comments
 (0)