10 lines
293 B
YAML
10 lines
293 B
YAML
stages:
|
|
- release
|
|
|
|
release-win64:
|
|
stage: release
|
|
when: manual
|
|
only:
|
|
- win64
|
|
script:
|
|
- echo "Here we want to take the artifacts from the bsys5-win64 build and publish them as a release in the windows repo. This will require a gitlab API key? We also need to do signing here."
|