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

Include hidden files when uploading Ruby pack #17368

Merged
merged 1 commit into from
Sep 3, 2024
Merged

Conversation

dbartol
Copy link
Contributor

@dbartol dbartol commented Sep 3, 2024

A recent update to the upload-artifact action stopped uploading "hidden" files (paths that begin with .) by default. This was announced widely last week, but I misinterpreted "hidden" as meaning the "hidden" file attribute on Windows, rather than the .-prefix convention.

I've fixed the problematic uses in the ruby-build workflow, and I'll work with IDX to see if there are any other workflows that need updating.

@dbartol dbartol requested a review from a team as a code owner September 3, 2024 16:04
@dbartol dbartol merged commit ea08777 into main Sep 3, 2024
22 checks passed
@dbartol dbartol deleted the dbartol/ruby-hidden branch September 3, 2024 16:49
@dbartol dbartol restored the dbartol/ruby-hidden branch September 3, 2024 16:49
@dbartol dbartol deleted the dbartol/ruby-hidden branch September 3, 2024 16:49
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.

2 participants