fix(ci): artifacts 경로 좁힘 — .exe + 메타만 업로드 (win-unpacked 제외)
- apps/desktop/release/ 전체(1490 파일)는 GitLab 아티팩트 용량 한도 초과 - 최종 산출물인 NSIS 설치파일(*.exe) + latest.yml + blockmap만 업로드
This commit is contained in:
parent
5e74272aef
commit
62a1390903
1 changed files with 5 additions and 1 deletions
|
|
@ -92,8 +92,12 @@ package-windows:
|
||||||
- npm run dist --workspace=@d3ro/desktop
|
- npm run dist --workspace=@d3ro/desktop
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "d3ro-voice-windows-${CI_COMMIT_SHORT_SHA}"
|
name: "d3ro-voice-windows-${CI_COMMIT_SHORT_SHA}"
|
||||||
|
# win-unpacked/ (수GB)은 제외하고 최종 .exe 설치파일 + 메타만 업로드.
|
||||||
|
# GitLab 인스턴스의 아티팩트 용량 한도 초과 방지.
|
||||||
paths:
|
paths:
|
||||||
- apps/desktop/release/
|
- apps/desktop/release/*/*.exe
|
||||||
|
- apps/desktop/release/*/latest.yml
|
||||||
|
- apps/desktop/release/*/*.blockmap
|
||||||
expire_in: 90 days
|
expire_in: 90 days
|
||||||
expose_as: "Windows Installer"
|
expose_as: "Windows Installer"
|
||||||
rules:
|
rules:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue