Skip to content

Commit 3e20670

Browse files
Merge pull request #1 from evilmonkeyinc/fix/release-build
fix: fix format of ldflags during build
2 parents ce7ef9f + df1d578 commit 3e20670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
goversion: ${{ matrix.goversion }}
3131
project_path: "./cmd/"
3232
binary_name: "jsonpath"
33-
ldflags: -X "main.Command=jsonpath" main.Version=${{ env.RELEASE_TAG }}" -X "main.OS=${{ matrix.goos }}" -X main.Arch=${{ matrix.goos }}
33+
ldflags: -X "main.Command=jsonpath" -X "main.Version=${{ env.RELEASE_TAG }}" -X "main.OS=${{ matrix.goos }}" -X "main.Arch=${{ matrix.goos }}"
3434

0 commit comments

Comments
 (0)