Commit 26f9631
committed
Fix Super-Linter artifact upload errors
- Add 'if: always()' to ensure artifact upload runs even if linting fails
- Use glob pattern to catch any lint log files (**/*lint*.log)
- Add 'if-no-files-found: ignore' to prevent errors when no log files exist
- Resolves zip file creation errors during artifact upload
- Ensures Super-Linter reports are captured when available1 parent 42fac3f commit 26f9631
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
0 commit comments