Skip to content

Commit c2dfdaf

Browse files
author
andersh
committed
fix: output name
1 parent 9430c47 commit c2dfdaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
go-version: '1.22'
1616
- name: Build
17-
run: go build -ldflags "-X main.version=${GITHUB_REF_NAME}" -v ./...
17+
run: go build -ldflags "-X main.version=${GITHUB_REF_NAME}" -o web_proxy_cache
1818
- name: Create GitHub Release
1919
uses: softprops/action-gh-release@v2
2020
with:

0 commit comments

Comments
 (0)