From 07744da91981a60fde81eb163c1e8d81b8ef7613 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Thu, 23 Mar 2023 22:37:03 -0500 Subject: [PATCH] Fail if no artifact file is found to upload Fixes #24 --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 73fbd61..89b3416 100644 --- a/action.yml +++ b/action.yml @@ -74,3 +74,4 @@ runs: name: ${{ inputs.name }} path: ${{ runner.temp }}/artifact.tar retention-days: ${{ inputs.retention-days }} + if-no-files-found: error