fix(ci): artifacts 경로 좁힘 — .exe + 메타만 업로드 (win-unpacked 제외)

- apps/desktop/release/ 전체(1490 파일)는 GitLab 아티팩트 용량 한도 초과
- 최종 산출물인 NSIS 설치파일(*.exe) + latest.yml + blockmap만 업로드
This commit is contained in:
yunchan8804 2026-04-15 22:03:51 +09:00
parent 5e74272aef
commit 62a1390903

View file

@ -92,8 +92,12 @@ package-windows:
- npm run dist --workspace=@d3ro/desktop
artifacts:
name: "d3ro-voice-windows-${CI_COMMIT_SHORT_SHA}"
# win-unpacked/ (수GB)은 제외하고 최종 .exe 설치파일 + 메타만 업로드.
# GitLab 인스턴스의 아티팩트 용량 한도 초과 방지.
paths:
- apps/desktop/release/
- apps/desktop/release/*/*.exe
- apps/desktop/release/*/latest.yml
- apps/desktop/release/*/*.blockmap
expire_in: 90 days
expose_as: "Windows Installer"
rules: