Commit a9cda07
fix(ci): handle spaces in artifact filenames (#74)
- Use find -print0 | xargs -r -0 to handle "Athanor Setup.exe" space
- Add -r flag to prevent empty runs
- Bump version to 0.7.18
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Signed-off-by: lacerbi <luigi.acerbi@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>1 parent 9678504 commit a9cda07
3 files changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
128 | | - | |
| 126 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments