add os name to native build artifact
This commit is contained in:
parent
6611815eef
commit
61b420a322
1 changed files with 1 additions and 1 deletions
2
.github/workflows/native.yml
vendored
2
.github/workflows/native.yml
vendored
|
@ -25,5 +25,5 @@ jobs:
|
|||
- name: Archive build
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: build
|
||||
name: build_${{ runner.os }}
|
||||
path: build/bin/native/hcReleaseExecutable/
|
Loading…
Add table
Reference in a new issue