We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e8cde commit e0e0807Copy full SHA for e0e0807
.github/workflows/test.yml
@@ -52,6 +52,7 @@ jobs:
52
ls -alh output.log
53
- name: Archive output
54
uses: actions/upload-artifact@v4
55
+ if: always()
56
with:
57
name: output
58
path: output.log
0 commit comments