We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1852a4f commit 90f6df2Copy full SHA for 90f6df2
1 file changed
prebuild/tarball.sh
@@ -9,7 +9,7 @@ FILENAME=$(
9
).tar.gz;
10
11
# Zip up the release
12
-tar -C build -czvf $FILENAME Release
+tar -czvf $FILENAME build
13
14
if [ $? -ne 0 ]; then
15
echo "failed to make tarball $FILENAME from node-canvas/build"
0 commit comments