Skip to content

Commit

Permalink
fix binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
bomgar committed Feb 13, 2024
1 parent d6f2de3 commit a931d86
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 @@ -21,7 +21,7 @@ jobs:
run: |
TAG_NAME=${GITHUB_REF#refs/tags/}
VERSION=${TAG_NAME#v}
go build -v -ldflags="-X main.version=$VERSION" main.go
go build -o fbmirrors -ldflags="-X main.version=$VERSION" main.go
- id: create_release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit a931d86

Please sign in to comment.