diff options
| author | J08nY | 2025-06-19 16:08:38 +0200 |
|---|---|---|
| committer | J08nY | 2025-06-19 16:08:38 +0200 |
| commit | 86f1472c0bc8118734920ccc8348a2f75afc8b41 (patch) | |
| tree | 7b8d9878ed8e85d528d184e26ab59918e24cc49f /.github | |
| parent | e3536a3aeaf67274b00c37f0331254a356ce43d7 (diff) | |
| download | pyecsca-86f1472c0bc8118734920ccc8348a2f75afc8b41.tar.gz pyecsca-86f1472c0bc8118734920ccc8348a2f75afc8b41.tar.zst pyecsca-86f1472c0bc8118734920ccc8348a2f75afc8b41.zip | |
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/perf.yml | 3 |
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 |
