Fix hidden files not being uploaded with actions/upload-artifact upgrade in #3576 (#3724)

It was not prominently explained that "hidden" files, i.e. starting with "." are now ignored
this is only a problem when uploading globbed directories in benchmark where we don't
know the full path by default
This commit is contained in:
WorldSEnder 2024-09-05 20:35:43 +02:00 committed by GitHub
parent e9d80ae47a
commit 15ac51c399
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,3 +136,5 @@ jobs:
name: results
path: artifacts/
if-no-files-found: error
include-hidden-files: true
retention-days: 1