modify signing to sign zip and detach the signature
This commit is contained in:
parent
7cc078aaec
commit
cb58f55923
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue