Skip to content

Commit

Permalink
include lbcctl in release
Browse files Browse the repository at this point in the history
  • Loading branch information
BrannonKing committed Aug 27, 2021
1 parent 1ba1a10 commit 83b6a8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
GOOS: ${{ matrix.os }}
GOARCH: ${{ matrix.ar }}
CGO_ENABLED: 0
run: go build -trimpath -ldflags="-s -w -buildid=" -v -o artifacts/ .
run: |
go build -trimpath -ldflags="-s -w -buildid=" -v -o artifacts/ .
go build -trimpath -ldflags="-s -w -buildid=" -v -o artifacts/ ./cmd/lbcctl/
- name: SHA256 sum
run: sha256sum -b artifacts/* > artifacts/lbcd.sha256
- name: Upload artifacts
Expand Down

0 comments on commit 83b6a8d

Please sign in to comment.