Skip to content

Commit 8a367a3

Browse files
ci: change bin name
1 parent 15d73fe commit 8a367a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
- name: Build
4747
run: |
4848
set -x
49-
CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -extldflags '-static'" -o nodeops main.go
49+
CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -extldflags '-static'" -o createos main.go
5050
ldd createos || true

0 commit comments

Comments
 (0)