diff --git a/src/upload-artifact.ts b/src/upload-artifact.ts index 9a2f1fc..603c791 100644 --- a/src/upload-artifact.ts +++ b/src/upload-artifact.ts @@ -101,6 +101,7 @@ async function run(): Promise { } } } catch (err) { + console.log("we got to this error") core.setFailed(err.message) } }