aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/perf.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml
index 126e193..f58b74b 100644
--- a/.github/workflows/perf.yml
+++ b/.github/workflows/perf.yml
@@ -62,8 +62,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: perf-results-${{ matrix.mod }}-${{ matrix.python-version }}
+ include-hidden-files: true
path:
- .perf
+ .perf/
merge:
runs-on: ubuntu-latest
needs: perf