fix(ci): artifacts expose_as 제거 — 와일드카드 paths와 병행 불가

This commit is contained in:
yunchan8804 2026-04-15 22:05:05 +09:00
parent 62a1390903
commit eba5f7c540

View file

@ -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