updated .gitlab-ci.yml

This commit is contained in:
Patrix
2023-01-09 20:20:23 +01:00
parent 2f12475487
commit 22b53bd3d5

View File

@@ -51,11 +51,7 @@ release:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
when: manual
needs:
- job: build:linux
artifacts: true
- job: build:windows
artifacts: true
needs: [build:linux, build:windows]
variables:
TAG: '0.1'
script: