Test Artifacts
This commit is contained in:
parent
2909e5b411
commit
6496c95349
@ -16,3 +16,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cmake -B cmake-build-debug
|
cmake -B cmake-build-debug
|
||||||
cmake --build cmake-build-debug
|
cmake --build cmake-build-debug
|
||||||
|
- name: upload artifact
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: bannertool
|
||||||
|
path: build cmake-build-debug/bannertool
|
Loading…
Reference in New Issue
Block a user