Skip to content

Commit

Permalink
Merge pull request #6776 from cli/goreleaser-fix
Browse files Browse the repository at this point in the history
Fix signing Windows exe on release
  • Loading branch information
mislav committed Dec 22, 2022
2 parents 6a55324 + ea4b410 commit 7ffa87f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
goreleaser:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion .goreleaser.yml
Expand Up @@ -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
Expand Down

0 comments on commit 7ffa87f

Please sign in to comment.