We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce7ef9f + df1d578 commit 3e20670Copy full SHA for 3e20670
.github/workflows/release-build.yaml
@@ -30,5 +30,5 @@ jobs:
30
goversion: ${{ matrix.goversion }}
31
project_path: "./cmd/"
32
binary_name: "jsonpath"
33
- ldflags: -X "main.Command=jsonpath" main.Version=${{ env.RELEASE_TAG }}" -X "main.OS=${{ matrix.goos }}" -X main.Arch=${{ matrix.goos }}
+ ldflags: -X "main.Command=jsonpath" -X "main.Version=${{ env.RELEASE_TAG }}" -X "main.OS=${{ matrix.goos }}" -X "main.Arch=${{ matrix.goos }}"
34
0 commit comments