Update .goreleaser.yml

dependabot/github_actions/actions/checkout-3.1.0 v2.39
fscarmen 4 years ago committed by GitHub
parent c550c1ad94
commit f9e7ecb06b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .goreleaser.yml

@ -28,9 +28,9 @@ builds:
- goos: windows
goarch: arm64
main: ./wireguard-go
binary: wireguard-go
binary: ./wireguard-go/wireguard-go
universal_binaries:
- name_template: "./wireguard-go"
- name_template: "wireguard-go"
replace: false
checksum:
name_template: "checksums.txt"

Loading…
Cancel
Save