build阶段添加artifacts
This commit is contained in:
@@ -57,6 +57,10 @@ build:
|
||||
- share
|
||||
variables:
|
||||
BUILD_TYPE: "Release"
|
||||
artifacts:
|
||||
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"
|
||||
paths:
|
||||
- ./build/*.rpm
|
||||
except:
|
||||
- tags
|
||||
|
||||
|
||||
Reference in New Issue
Block a user