You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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