mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-16 03:44:56 +02:00
.github/workflows/ci.yml: upload build artifact
This commit is contained in:
parent
985cab3f64
commit
4e876b3cc2
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -49,3 +49,9 @@ jobs:
|
|||
- name: Build
|
||||
shell: bash
|
||||
run: cmake --build build
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: ${{matrix.os}}_${{matrix.build-opts}}-build
|
||||
path: build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue