Update wireproxy-releaser.yml

dependabot/github_actions/actions/checkout-3.1.0 v2.72
fscarmen 4 years ago committed by GitHub
parent e060e2e012
commit ddc2bbbbfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/wireproxy-releaser.yml

@ -2,10 +2,10 @@ project_name: Build wireproxy
before:
hooks:
- go mod tidy -v
RELEASE_VERSION: ${GITHUB_REF#refs/*/}
builds:
- env:
- CGO_ENABLED=0
RELEASE_VERSION: ${GITHUB_REF#refs/*/}
ldflags:
- -s -w -X main.version={{.Version}} -X main.arch={{.Arch}}
goos:

Loading…
Cancel
Save