use different names for artifacts
This commit is contained in:
parent
8e55dd4660
commit
e8ed90707a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
|
|
@ -124,6 +124,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
with:
|
||||
name: ${{ matrix.check }}
|
||||
path: ${{ env.resultPath }}/**/*
|
||||
overwrite: true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue