Skip to content

Commit

Permalink
Fix typo part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
omfj committed Dec 3, 2024
1 parent 37fcd1f commit 4b4b916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
goarch: ${{ matrix.goarch }}
multi_binaries: true
binary_name: cenv
ldflags: -X cmd.Version=${{ github.event.release.tag_name }}
ldflags: -X 'cmd.Version=${{ github.event.release.tag_name }}'
project_path: . ./cenv-install

0 comments on commit 4b4b916

Please sign in to comment.