Skip to content

actions/upload-artifact will exclude hidden files by default #28

@anqqa

Description

@anqqa

If the destination isn't set, the default .extracted-* will be excluded by default if trying to run actions/upload-artifact since actions/upload-artifact#598.

Workarounds:

  • set destination to something not starting with . (dot) in this action
  • or set include_hidden_files: true with actions/upload-artifact

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions