From eba5f7c540dbb5c3a79236822b8f9952f66a1b32 Mon Sep 17 00:00:00 2001 From: yunchan8804 Date: Wed, 15 Apr 2026 22:05:05 +0900 Subject: [PATCH] =?UTF-8?q?fix(ci):=20artifacts=20expose=5Fas=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0=20=E2=80=94=20=EC=99=80=EC=9D=BC=EB=93=9C=EC=B9=B4?= =?UTF-8?q?=EB=93=9C=20paths=EC=99=80=20=EB=B3=91=ED=96=89=20=EB=B6=88?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2878dc..2e68260 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -93,13 +93,12 @@ package-windows: artifacts: name: "d3ro-voice-windows-${CI_COMMIT_SHORT_SHA}" # win-unpacked/ (수GB)은 제외하고 최종 .exe 설치파일 + 메타만 업로드. - # GitLab 인스턴스의 아티팩트 용량 한도 초과 방지. + # expose_as는 와일드카드와 병행 불가라 제거. Artifacts 링크는 Job 페이지에서 접근. paths: - apps/desktop/release/*/*.exe - apps/desktop/release/*/latest.yml - apps/desktop/release/*/*.blockmap expire_in: 90 days - expose_as: "Windows Installer" rules: - if: $CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+/ - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH