Ensure we are grabbing the right build artifact

pull/749/head
David Balatero 8 years ago committed by Scott Nonnenberg
parent 7301b94ed3
commit eb6aed421a
No known key found for this signature in database
GPG Key ID: A4931C09644C654B

@ -299,7 +299,7 @@ module.exports = function(grunt) {
var sha = gitinfo.local.branch.current.SHA;
var files = [
'signal-desktop-' + package_json.version + '.zip',
'Signal-' + package_json.version + '-win.zip'
'Signal-Setup_' + package_json.version + '.zip'
];
var extract = require('extract-zip');

Loading…
Cancel
Save