ci: add windows release

This commit is contained in:
Stéphane Cerveau 2023-04-12 22:18:32 +02:00
parent 0748e9352b
commit 9c3ee809b1

View file

@ -127,6 +127,17 @@ rustfmt-clippy:
- cargo clippy --version
- cargo clippy --color=always --all-targets -- -D warnings
windows installer release:
extends: 'windows installer stable'
stage: release
only:
- flatpak
- tags
artifacts:
paths:
- installer/wix/*.msi
when: 'always'
test-stable:
extends:
- .fedora