File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export default <ICommand<CommandArgs>>{
3232
3333 const buffer = await core . fs . zip ( args . glob , core . workspaceFolder ) ;
3434
35- const file = await resolveFile ( buffer ) ;
35+ const file = await resolveFile ( buffer , "file.zip" ) ;
3636
3737 spinner . start ( "Commiting..." ) ;
3838
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export default <ICommand<CommandArgs>>{
3636
3737 const buffer = await core . fs . zip ( args . glob , core . workspaceFolder ) ;
3838
39- const file = await resolveFile ( buffer ) ;
39+ const file = await resolveFile ( buffer , "file.zip" ) ;
4040
4141 spinner . start ( "Uploading..." ) ;
4242
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export default <ICommand<CommandArgs>>{
3232
3333 const buffer = await core . fs . zip ( args . glob , core . workspaceFolder ) ;
3434
35- const file = await resolveFile ( buffer ) ;
35+ const file = await resolveFile ( buffer , "file.zip" ) ;
3636
3737 spinner . start ( "Commiting..." ) ;
3838
You can’t perform that action at this time.
0 commit comments