From e060e2e012cb28afe90f306c7649467ae0516113 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Fri, 1 Apr 2022 14:08:07 +0800 Subject: [PATCH] Update wireproxy-releaser.yml --- .github/wireproxy-releaser.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/wireproxy-releaser.yml b/.github/wireproxy-releaser.yml index 4b9d779..3238152 100644 --- a/.github/wireproxy-releaser.yml +++ b/.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: