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 stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest image: registry.gitlab.com/gitlab-org/release-cli:latest
when: manual when: manual
needs: needs: [build:linux, build:windows]
- job: build:linux
artifacts: true
- job: build:windows
artifacts: true
variables: variables:
TAG: '0.1' TAG: '0.1'
script: script: