modify signing to sign zip and detach the signature

This commit is contained in:
kolaente 2019-01-13 01:07:10 +01:00
parent 7cc078aaec
commit cb58f55923
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 1 deletions

View File

@ -157,7 +157,8 @@ steps:
- make release-zip
- name: sign-release
image: plugins/gpgsign
image: plugins/gpgsign:1
pull: true
depends_on: [ after-build-static ]
settings:
key:
@ -166,6 +167,7 @@ steps:
from_secret: gpg_password
files:
- dist/zip/*
detach_sign: true
# Push the releases to our pseudo-s3-bucket
- name: release-version