fix(workflow): add logging for file copying in node.yaml
All checks were successful
GBCI / build (push) Successful in 1m3s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-04-19 14:05:43 -03:00
parent 2feee016ca
commit d55a16aa80

View file

@ -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);