Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat req] support colon in file names #546

Open
erikmartino opened this issue Mar 18, 2024 · 1 comment
Open

[feat req] support colon in file names #546

erikmartino opened this issue Mar 18, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@erikmartino
Copy link

What would you like to be added?

The current implementation halts with an error if the file names contains a colon. I suggest to introduce a parameter to allow this. For example lowest_common_denomitator_filenames_enforced.

Why is this needed?

upload-artifact fails if your artifact happens to include file names with a colon, which is a perfectly valid file name character on most OS's.

@erikmartino erikmartino added the enhancement New feature or request label Mar 18, 2024
@erikmartino
Copy link
Author

Alternatively handle this functionality in download-artifact instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant