Skip to content

Fix artifact upload by renaming files with colons#20

Merged
carcruz merged 1 commit into
mainfrom
cc-docker
Sep 18, 2025
Merged

Fix artifact upload by renaming files with colons#20
carcruz merged 1 commit into
mainfrom
cc-docker

Conversation

@carcruz
Copy link
Copy Markdown
Member

@carcruz carcruz commented Sep 18, 2025

  • Rename files containing colons (:) to underscores (_) in data directory
  • Preserve all data files needed for application functionality
  • Use find command to rename all files with colons recursively
  • Fixes GitHub Actions artifact upload limitation while keeping data intact

- Rename files containing colons (:) to underscores (_) in data directory
- Preserve all data files needed for application functionality
- Use find command to rename all files with colons recursively
- Fixes GitHub Actions artifact upload limitation while keeping data intact
@carcruz carcruz merged commit 8a96af5 into main Sep 18, 2025
1 check failed
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