We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d519cb6 commit c45c36dCopy full SHA for c45c36d
1 file changed
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
github_token: ${{ secrets.GITHUB_TOKEN }}
49
goos: ${{ matrix.goos }}
50
goarch: ${{ matrix.goarch }}
51
- ldflags: "-X main.CLIVersion=${{github.ref_name}}"
+ ldflags: "-X main.FLVersion=${{github.ref_name}}"
52
project_path: "./cmd/fl"
53
binary_name: "fl"
54
extra_files: LICENSE README.md
0 commit comments