fix missing param and setting
This commit is contained in:
parent
47f84f5cd7
commit
2d21636fe7
@ -38,7 +38,7 @@ namespace EftPatchHelper.Tasks
|
||||
|
||||
if(_settings.UsingGoFile() && _options.UploadToGoFile)
|
||||
{
|
||||
var gofile = new GoFileUpload(patcherFile, _settings.GoFileApiKey);
|
||||
var gofile = new GoFileUpload(patcherFile, _settings.GoFileApiKey, _settings.GoFileFolderId);
|
||||
_fileUploads.Add(gofile);
|
||||
}
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
"giteaReleaseRepoName": "",
|
||||
"megaEmail": "",
|
||||
"megaPassword": "",
|
||||
"megaUploadFolder": "",
|
||||
"goFileApiKey": ""
|
||||
"megaUploadFolder": "",
|
||||
"goFileApiKey": "",
|
||||
"goFileFolderId": ""
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user