Skip to content

Commit 1852a4f

Browse files
committed
Fix double-v in asset name
1 parent 789e885 commit 1852a4f

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
@@ -4,7 +4,7 @@ FILENAME=$(
44
var p = process, v = p.versions, libc = require('detect-libc').familySync() || 'unknown';
55
if (libc === 'glibc') libc = '';
66
const tagName = p.env.UPLOAD_TO || p.env.CANVAS_VERSION_TO_BUILD;
7-
console.log('canvas-v' + tagName + '-napi-v7-' + p.platform + libc + '-' + p.arch);
7+
console.log('canvas-' + tagName + '-napi-v7-' + p.platform + libc + '-' + p.arch);
88
"
99
).tar.gz;
1010

0 commit comments

Comments
 (0)