downgrade ubuntu to fix osslsigncode

This commit is contained in:
Mislav Marohnić 2022-12-22 20:57:34 +01:00
parent c5c2f9cc10
commit ea4b410df5
No known key found for this signature in database
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