Merge pull request #6776 from cli/goreleaser-fix

Fix signing Windows exe on release
This commit is contained in:
Mislav Marohnić 2022-12-22 22:07:19 +01:00 committed by GitHub
commit 7ffa87fcd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -11,7 +11,7 @@ permissions:
jobs:
goreleaser:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3

View file

@ -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