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: before:
hooks: hooks:
- go mod tidy -v - go mod tidy -v
RELEASE_VERSION: ${GITHUB_REF#refs/*/}
builds: builds:
- env: - env:
- CGO_ENABLED=0 - CGO_ENABLED=0
RELEASE_VERSION: ${GITHUB_REF#refs/*/}
ldflags: ldflags:
- -s -w -X main.version={{.Version}} -X main.arch={{.Arch}} - -s -w -X main.version={{.Version}} -X main.arch={{.Arch}}
goos: goos:

Loading…
Cancel
Save