Skip to content

Commit 2fe43c1

Browse files
authored
add -checklinkname=0
1 parent 327f3ff commit 2fe43c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Build heybabe
5959
run: |
60-
go build -v -o heybabe_${{ env.ASSET_NAME }}/ -trimpath -ldflags "-s -w -buildid= -X main.version=${{ github.ref }}" .
60+
go build -v -o heybabe_${{ env.ASSET_NAME }}/ -trimpath -ldflags "-s -w -buildid= -checklinkname=0 -X main.version=${{ github.ref }}" .
6161
6262
- name: Upload heybabe binary to Artifacts
6363
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)