Skip to content

Commit

Permalink
Fix tag
Browse files Browse the repository at this point in the history
Signed-off-by: Joeky <joeky5888@gmail.com>
  • Loading branch information
joeky888 committed Dec 20, 2024
1 parent f7fbc96 commit d5ec0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Build
run: |
go build -ldflags "-s -w" -o "$BINARY -X 'main.version=${{ github.ref_name }}'" -v
go build -ldflags "-s -w -X 'main.version=${{ github.ref_name }}'" -o "$BINARY" -v
[ "$GOOS" = "windows" ] && zip "$PKG_NAME" "$BINARY" || tar zcvf "$PKG_NAME" "$BINARY"
- name: Release Notes
Expand Down

0 comments on commit d5ec0f6

Please sign in to comment.