From 797c550946fce747aac6190375fc6f0fe147af93 Mon Sep 17 00:00:00 2001 From: Rob Herley Date: Wed, 6 Dec 2023 18:22:49 -0500 Subject: [PATCH] . --- dist/index.js | 1 + src/upload-artifact.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/dist/index.js b/dist/index.js index 6b9b5a8..9013fb4 100644 --- a/dist/index.js +++ b/dist/index.js @@ -145245,6 +145245,7 @@ function run() { } catch (error) { core.setFailed(error.message); + console.log('sanity check'); } }); } diff --git a/src/upload-artifact.ts b/src/upload-artifact.ts index 3706d2f..8a75345 100644 --- a/src/upload-artifact.ts +++ b/src/upload-artifact.ts @@ -62,6 +62,7 @@ async function run(): Promise { } } catch (error) { core.setFailed((error as Error).message) + console.log('sanity check') } }