From 4203f1b1bf2590fcd6722acc9e2403a6ce3a5a24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Mon, 23 Oct 2023 15:37:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(CI):=20=E4=BF=AE=E5=A4=8D=E4=BA=A7=E7=89=A9?= =?UTF-8?q?=E4=BC=A0=E9=80=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2bf2db9..370de05b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,6 +62,11 @@ fetch: - rm -rf public - unzip frontend.zip - mv dist public + artifacts: + name: "frontend" + paths: + - public + expire_in: 3 days release: stage: release @@ -69,7 +74,7 @@ release: - build image: name: goreleaser/goreleaser - entrypoint: [''] + entrypoint: [ '' ] only: - tags variables: