1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-07-03 11:53:41 +02:00

.github/workflows/ci.yml: upload build artifact

This commit is contained in:
Henrik Hautakoski 2020-02-14 02:52:23 +01:00
parent 985cab3f64
commit 8c1d088560

View file

@ -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