Skip to content

Conversation

shrink
Copy link
Owner

@shrink shrink commented Sep 6, 2024

GitHub's actions/upload-artifact ignores dotfiles by default now (a breaking change) so this Action will not work as expected for users impacted by that change. The change here is technically breaking (as the default destination will no longer start with a .) but because the destination name is randomly generated, it should not impact any integrations.

context: #28

GitHub's `actions/artifact-upload` ignores dotfiles by default now (a breaking change) so this Action will not work as expected for users impacted by that change. The change here is technically breaking (as the default destination will no longer start with a `.`) but because the destination name is randomly generated, it should not impact any integrations.
@shrink shrink linked an issue Sep 6, 2024 that may be closed by this pull request
@shrink shrink enabled auto-merge (squash) September 6, 2024 20:20
@shrink shrink merged commit a31104c into main Sep 6, 2024
11 checks passed
@shrink shrink deleted the 28-actionsupload-artifact-will-exclude-hidden-files-by-default branch September 6, 2024 20:20
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.

actions/upload-artifact will exclude hidden files by default

1 participant