Include matrix vars in artifact name
This commit is contained in:
parent
d28b18a8d2
commit
5fc3d11454
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -92,6 +92,7 @@ jobs:
|
|||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
name: package-${{ matrix.ver }}-${{ matrix.os }}
|
||||||
path: |
|
path: |
|
||||||
*x64.zip
|
*x64.zip
|
||||||
*.bz2
|
*.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user