Skip to content

Commit 3a58017

Browse files
authored
Merge pull request #284 from desktop/shell-true-plz
Add shell option to spawnSync in upload script
2 parents 2e34a9b + cd4b3d3 commit 3a58017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/upload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ spawnSync(
1010
(process.platform === 'win32' ? '.cmd' : '')
1111
),
1212
['--upload-all', process.env.GITHUB_AUTH_TOKEN],
13-
{ stdio: 'inherit' }
13+
{ stdio: 'inherit', shell: true }
1414
)

0 commit comments

Comments
 (0)