Skip to content

Commit ec9b3fe

Browse files
committed
Always upload artifact
1 parent e151e75 commit ec9b3fe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ runs:
191191

192192
- name: Upload artifact
193193
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
194+
if: ${{ always() }}
194195
with:
195196
name: plugin-check-results
196197
path: ${{ runner.temp }}/plugin-check-results.txt
198+
if-no-files-found: ignore

0 commit comments

Comments
 (0)