diff options
| author | J08nY | 2024-01-23 15:11:11 +0100 |
|---|---|---|
| committer | J08nY | 2024-01-23 15:11:11 +0100 |
| commit | e2411faf8271c7fb442d086ff019c830275c90b1 (patch) | |
| tree | 391b411863ba7f8a361dc5589982540d8fab8593 /.github | |
| parent | 9f59cc7484db2ce00ffe13dd28e70c0cd50724bc (diff) | |
| download | pyecsca-e2411faf8271c7fb442d086ff019c830275c90b1.tar.gz pyecsca-e2411faf8271c7fb442d086ff019c830275c90b1.tar.zst pyecsca-e2411faf8271c7fb442d086ff019c830275c90b1.zip | |
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/perf.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 6f1da7e..4bd9715 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -61,6 +61,6 @@ jobs: - name: Archive perf results uses: actions/upload-artifact@v4 with: - name: perf-results + name: perf-results-${{ matrix.gmp }}-${{ matrix.python-version }} path: .perf |
