We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d399c6 commit c41b736Copy full SHA for c41b736
prebuild/tarball.sh
@@ -6,14 +6,14 @@ FILENAME=$(
6
const tagName = p.env.UPLOAD_TO || p.env.CANVAS_VERSION_TO_BUILD;
7
console.log('canvas-' + tagName + '-napi-v7-' + p.platform + libc + '-' + p.arch);
8
"
9
-).tar.gz
+).tar.gz;
10
11
# Zip up the release
12
tar -czvf $FILENAME build
13
14
if [ $? -ne 0 ]; then
15
echo "failed to make tarball $FILENAME from node-canvas/build"
16
- exit 1
+ exit 1;
17
else
18
echo "::set-output name=asset_name::$FILENAME"
19
fi
0 commit comments