Ensure we are grabbing the right build artifact
This commit is contained in:
parent
7301b94ed3
commit
eb6aed421a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue