mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-08-23 17:47:24 +00:00
include lbcctl in release
This commit is contained in:
parent
1ba1a10e59
commit
83b6a8dc18
1 changed files with 3 additions and 1 deletions
4
.github/workflows/create-release.yml
vendored
4
.github/workflows/create-release.yml
vendored
|
@ -31,7 +31,9 @@ jobs:
|
||||||
GOOS: ${{ matrix.os }}
|
GOOS: ${{ matrix.os }}
|
||||||
GOARCH: ${{ matrix.ar }}
|
GOARCH: ${{ matrix.ar }}
|
||||||
CGO_ENABLED: 0
|
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
|
- name: SHA256 sum
|
||||||
run: sha256sum -b artifacts/* > artifacts/lbcd.sha256
|
run: sha256sum -b artifacts/* > artifacts/lbcd.sha256
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
|
|
Loading…
Add table
Reference in a new issue