Skip to content

fix(ci): handle spaces in artifact filenames#74

Merged
lacerbi merged 1 commit intomainfrom
dev
Dec 5, 2025
Merged

fix(ci): handle spaces in artifact filenames#74
lacerbi merged 1 commit intomainfrom
dev

Conversation

@lacerbi
Copy link
Owner

@lacerbi lacerbi commented Dec 5, 2025

Summary

  • Use find -print0 | xargs -r -0 to handle spaces in "Athanor Setup.exe"
  • Add -r flag to prevent running with empty input
  • Bump version to 0.7.18

Verification

  • find -print0 | xargs -r -0 correctly handles filenames with spaces
  • Artifact upload patterns match Electron Forge output
  • Check-tag logic verified
  • Job dependencies correct
  • Permissions sufficient

🤖 Generated with Claude Code

- 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)

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: lacerbi <luigi.acerbi@gmail.com>
@lacerbi lacerbi merged commit a9cda07 into main Dec 5, 2025
11 checks passed
@lacerbi lacerbi deleted the dev branch December 5, 2025 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant