From f6d13e2a45d62f8c0c3ecde059d6b681d6b7bc2b Mon Sep 17 00:00:00 2001 From: Lu Qiuwen Date: Mon, 10 May 2021 11:53:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=95=9C=E5=83=8F=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E6=94=B6=E9=9B=86=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c1102096..f38bc7f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,4 +10,8 @@ build: tags: - share except: - - tags \ No newline at end of file + - tags + artifacts: + name: "tsg-os-build-$CI_COMMIT_REF_NAME" + paths: + - images/*.bin \ No newline at end of file