Update .gitlab-ci.yml file

This commit is contained in:
2025-07-08 21:34:48 +00:00
parent 8afff1e0b3
commit 3a44295856

View File

@@ -17,6 +17,8 @@ build-linux:
- build/linux
- build/linux-build.zip
expire_in: 1 week
only:
- tags
build-windows:
stage: build
@@ -36,6 +38,8 @@ build-windows:
- build/windows
- build/windows-build.zip
expire_in: 1 week
only:
- tags
release:
stage: release