提交 948efd73 编写于 作者: HansBug's avatar HansBug 😆

dev(hansbug): add artifacts for runs

上级 aee55739
......@@ -57,3 +57,10 @@ jobs:
LINETRACE: 1
run: |
make clean build run
- name: Show the artifacts
run: |
tree runs/artifacts
- uses: actions/upload-artifact@v2
with:
name: run-artifacts-${{ matrix.os }}-${{ matrix.python-version }}
path: runs/artifacts
......@@ -1210,3 +1210,5 @@ fabric.properties
/docs/source/**/*.sh.exitcode
/docs/source/**/*.dat.*
!/docs/source/_static/**/*
!/runs/artifacts
/runs/artifacts/*
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册