Fail if no artifact file is found to upload

Fixes #24
This commit is contained in:
James M. Greene
2023-03-23 22:37:03 -05:00
committed by GitHub
parent a3acd10bdf
commit 07744da919

View File

@@ -74,3 +74,4 @@ runs:
name: ${{ inputs.name }} name: ${{ inputs.name }}
path: ${{ runner.temp }}/artifact.tar path: ${{ runner.temp }}/artifact.tar
retention-days: ${{ inputs.retention-days }} retention-days: ${{ inputs.retention-days }}
if-no-files-found: error