We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e19fe commit 42582ddCopy full SHA for 42582dd
src/main.ts
@@ -43,6 +43,7 @@ async function downloadQtC(urls: string[]): Promise<string[]> {
43
}
44
return packages.map(packageName => `${tmpDir}/${packageName}`)
45
} catch (error) {
46
+ core.warning((error as Error).message)
47
errors.push((error as Error).message)
48
49
0 commit comments