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 e70f4e6 commit 61a87d5Copy full SHA for 61a87d5
.github/workflows/build.yaml
@@ -27,5 +27,5 @@ jobs:
27
run: |
28
echo "Building for ${{ matrix.goarch }}"
29
GOOS=linux GOARCH=${{ matrix.goarch }} go build \
30
- -ldflags "-X github.com/dhtech/observer/main.Version=${{ github.ref_name }}" \
+ -ldflags "-X main.Version=${{ github.ref_name }}" \
31
-o observer-${{ matrix.goarch }} .
.github/workflows/release.yaml
@@ -24,7 +24,7 @@ jobs:
24
25
26
- name: Package artifacts
0 commit comments