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