Update .gitlab-ci.yml file

This commit is contained in:
2025-07-20 21:26:37 +00:00
parent de0a8dc342
commit c1f920a632

View File

@@ -14,6 +14,10 @@ build_linux:
expire_in: 1 month expire_in: 1 month
tags: tags:
- linux - linux
rules:
- if: $CI_COMMIT_TAG
when: on_success
- when: never
build_windows: build_windows:
stage: build stage: build
@@ -28,3 +32,7 @@ build_windows:
expire_in: 1 month expire_in: 1 month
tags: tags:
- windows - windows
rules:
- if: $CI_COMMIT_TAG
when: on_success
- when: never