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