benchmark.yml -> tag artifact with os matrix name

This commit is contained in:
jdegenstein 2025-05-01 11:59:44 -05:00 committed by GitHub
parent c11ed030b3
commit 7c52e506a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,5 +27,5 @@ jobs:
cat results.csv
- uses: actions/upload-artifact@v4
with:
name: benchmark-results
name: benchmark-results-${{ matrix.os }}
path: results.csv