fix(workflow): add logging for file copying in node.yaml
All checks were successful
GBCI / build (push) Successful in 1m3s
All checks were successful
GBCI / build (push) Successful in 1m3s
This commit is contained in:
parent
2feee016ca
commit
d55a16aa80
1 changed files with 1 additions and 1 deletions
|
@ -1564,7 +1564,7 @@ export class DialogKeywords {
|
|||
localName = path.join(GBConfigService.get('STORAGE_LIBRARY'), gbdriveName, filename);
|
||||
}
|
||||
|
||||
if (localName.endsWith('.pdf')) {
|
||||
if (localName.endsWith('.image.pdf')) {
|
||||
|
||||
const pngs = await GBUtil.pdfPageAsImage(min, localName, undefined);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue