ci: use matrix OS for build artifact name
This commit is contained in:
parent
7cbde2c852
commit
29975edb0e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
continue-on-error: true
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Build
|
||||
name: {{ matrix.os }}
|
||||
path: build
|
||||
- name: Check Lake
|
||||
run: make -C examples check-lake
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue