|
|
|
@ -2,6 +2,7 @@ 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 |
|
|
|
@ -37,7 +38,7 @@ checksum: |
|
|
|
snapshot: |
|
|
|
snapshot: |
|
|
|
name_template: "wireproxy" |
|
|
|
name_template: "wireproxy" |
|
|
|
archives: |
|
|
|
archives: |
|
|
|
- name_template: "wireproxy_${GITHUB_REF#refs/*/}_{{ .Os }}_{{ .Arch }}" |
|
|
|
- name_template: "wireproxy_echo ${{ env.RELEASE_VERSION }}_{{ .Os }}_{{ .Arch }}" |
|
|
|
files: |
|
|
|
files: |
|
|
|
- none* |
|
|
|
- none* |
|
|
|
changelog: |
|
|
|
changelog: |
|
|
|
|