Update wireproxy-releaser.yml

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

@ -2,6 +2,7 @@ project_name: Build wireproxy
before:
hooks:
- go mod tidy -v
RELEASE_VERSION: ${GITHUB_REF#refs/*/}
builds:
- env:
- CGO_ENABLED=0
@ -37,7 +38,7 @@ checksum:
snapshot:
name_template: "wireproxy"
archives:
- name_template: "wireproxy_${GITHUB_REF#refs/*/}_{{ .Os }}_{{ .Arch }}"
- name_template: "wireproxy_echo ${{ env.RELEASE_VERSION }}_{{ .Os }}_{{ .Arch }}"
files:
- none*
changelog:

Loading…
Cancel
Save