Merge pull request #6776 from cli/goreleaser-fix
Fix signing Windows exe on release
This commit is contained in:
commit
7ffa87fcd0
2 changed files with 3 additions and 2 deletions
2
.github/workflows/releases.yml
vendored
2
.github/workflows/releases.yml
vendored
|
|
@ -11,7 +11,7 @@ permissions:
|
|||
|
||||
jobs:
|
||||
goreleaser:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
|||
|
|
@ -34,7 +34,8 @@ builds:
|
|||
goarch: [386, amd64, arm64]
|
||||
hooks:
|
||||
post:
|
||||
- ./script/sign-windows-executable.sh '{{ .Path }}'
|
||||
- cmd: ./script/sign-windows-executable.sh '{{ .Path }}'
|
||||
output: false
|
||||
|
||||
archives:
|
||||
- id: nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue