build阶段添加artifacts

This commit is contained in:
liuxueli
2019-12-11 16:38:24 +08:00
parent 95de95a1e4
commit 7282a23e29

View File

@@ -48,6 +48,10 @@ build:
- share
variables:
BUILD_TYPE: "Debug"
artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
paths:
- ./build/*.rpm
except:
- tags