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.
1 parent 72d0cca commit 26ae1ffCopy full SHA for 26ae1ff
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
VERSION=${GITHUB_REF_NAME#v}
36
COMMIT=${GITHUB_SHA::8}
37
DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
38
- LDFLAGS="-s -w -X quint-mcp/cmd.Version=${VERSION} -X quint-mcp/cmd.Commit=${COMMIT} -X quint-mcp/cmd.BuildDate=${DATE}"
+ LDFLAGS="-s -w -X github.com/m0n0x41d/quint-code/cmd.Version=${VERSION} -X github.com/m0n0x41d/quint-code/cmd.Commit=${COMMIT} -X github.com/m0n0x41d/quint-code/cmd.BuildDate=${DATE}"
39
go build -o "../../dist/quint-code" -trimpath -ldflags "${LDFLAGS}"
40
41
- name: Create release package
0 commit comments