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
|
- make release-zip
|
||||||
|
|
||||||
- name: sign-release
|
- name: sign-release
|
||||||
image: plugins/gpgsign
|
image: plugins/gpgsign:1
|
||||||
|
pull: true
|
||||||
depends_on: [ after-build-static ]
|
depends_on: [ after-build-static ]
|
||||||
settings:
|
settings:
|
||||||
key:
|
key:
|
||||||
|
@ -166,6 +167,7 @@ steps:
|
||||||
from_secret: gpg_password
|
from_secret: gpg_password
|
||||||
files:
|
files:
|
||||||
- dist/zip/*
|
- dist/zip/*
|
||||||
|
detach_sign: true
|
||||||
|
|
||||||
# Push the releases to our pseudo-s3-bucket
|
# Push the releases to our pseudo-s3-bucket
|
||||||
- name: release-version
|
- name: release-version
|
||||||
|
|
Loading…
Reference in a new issue