From ca5618ff40e3053ec46b67b4094420c1a40e467f Mon Sep 17 00:00:00 2001 From: Martin Molzer Date: Wed, 4 Sep 2024 17:42:10 +0200 Subject: [PATCH] fixup of #3576 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 --- .github/workflows/benchmark.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 84c2316f7bb..fed8ed45f33 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -136,3 +136,5 @@ jobs: name: results path: artifacts/ if-no-files-found: error + include-hidden-files: true + retention-days: 1