From 85ee3620320083d0ed0399432ab4ab7ed2dbb2a2 Mon Sep 17 00:00:00 2001 From: Felipe Suero Date: Wed, 6 Oct 2021 15:23:51 -0400 Subject: [PATCH] Testing out a thought --- src/upload-artifact.ts | 1 + 1 file changed, 1 insertion(+) 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) } }