mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-26 02:21:25 -08:00
feat(build): update key algorithm
This commit is contained in:
parent
51e4faf557
commit
0829afb478
|
@ -45,7 +45,7 @@ checksum:
|
|||
name_template: 'checksums.txt'
|
||||
signs:
|
||||
- cmd: openssl
|
||||
args: [ "dgst", "-sha256", "-sign", "{{ .Env.SIGNING_KEY_LOCATION }}", "-out", "${artifact}.sig", "${artifact}" ]
|
||||
args: [ "pkeyutl", "-sign", "-inkey", "{{ .Env.SIGNING_KEY_LOCATION }}", "-out", "${artifact}.sig", "-rawin", "-in", "${artifact}" ]
|
||||
artifacts: checksum
|
||||
changelog:
|
||||
disable: true
|
||||
|
|
Loading…
Reference in a new issue