Include matrix information in debug artifact name
This commit is contained in:
parent
0442e71a2a
commit
375c14729e
5 changed files with 17 additions and 5 deletions
2
.github/workflows/__debug-artifacts.yml
generated
vendored
2
.github/workflows/__debug-artifacts.yml
generated
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue