[Test] Add artifact upload

This commit is contained in:
tangxifan 2020-11-23 22:32:28 -07:00
parent d3e2dee215
commit 6dbf22bc3d
1 changed files with 6 additions and 0 deletions

View File

@ -78,3 +78,9 @@ jobs:
shell: bash
# Execute the build. You can specify a specific target with "--target <NAME>"
run: cmake --build . --config $BUILD_TYPE
- name: Upload
uses: actions/upload-artifact@v1
with:
path: ./${{ matrix.config.artifact }}
name: ${{ matrix.config.artifact }}