Include matrix information in debug artifact name

This commit is contained in:
Edoardo Pirovano 2021-11-04 18:19:51 +00:00
parent 0442e71a2a
commit 375c14729e
No known key found for this signature in database
GPG key ID: 047556B5D93FFE28
5 changed files with 17 additions and 5 deletions

View file

@ -52,7 +52,7 @@ jobs:
id: analysis
- uses: actions/download-artifact@v2
with:
name: debug-artifacts
name: debug-artifacts-${{ matrix.os }}-${{ matrix.version }}
- shell: bash
run: |
LANGUAGES="cpp csharp go java javascript python"