We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcaee84 commit 2e0d2efCopy full SHA for 2e0d2ef
1 file changed
engine/.gitlab-ci.yml
@@ -94,6 +94,9 @@ build-binary-client-dev:
94
build-binary-client-master:
95
<<: *only_master
96
stage: build-binary
97
+ artifacts:
98
+ paths:
99
+ - engine/bin
100
script:
101
- cd engine
102
- make build-client
0 commit comments