Browse Source

Update release.yml

pull/61/head
Rec 2 months ago
committed by GitHub
parent
commit
c077468b98
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/release.yml

4
.github/workflows/release.yml

@ -115,12 +115,12 @@ jobs:
EXT=
fi
GOOS=$GOOS GOARCH=$GOARCH GOARM=$GOARM GOMIPS=$GOMIPS\
GOOS=$GOOS GOARCH=$GOARCH GOARM=$GOARM GOMIPS=$GOMIPS \
go build -ldflags "-s -w -checklinkname=0" -trimpath \
-o "dist/client-${GOOS}-${GOARCH}${EXT}" \
./client
GOOS=$GOOS GOARCH=$GOARCH GOARM=$GOARM GOMIPS=$GOMIPS\
GOOS=$GOOS GOARCH=$GOARCH GOARM=$GOARM GOMIPS=$GOMIPS \
go build -ldflags "-s -w -checklinkname=0" -trimpath \
-o "dist/server-${GOOS}-${GOARCH}${EXT}" \
./server

Loading…
Cancel
Save