Skip to content

Commit 35a75b6

Browse files
committed
fix: update the working directory for building go binaries via go releaser in ci workflow
Signed-off-by: Sidharth Jawale <sidharth@obmondo.com>
1 parent c532bbe commit 35a75b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ before:
3939

4040
builds:
4141
- id: "linuxaid-install"
42-
main: cmd/linuxaid-install
42+
main: ./cmd/linuxaid-install
4343
binary: linuxaid-install
4444
env:
4545
- CGO_ENABLED=0
@@ -58,7 +58,7 @@ builds:
5858
- -s -w
5959

6060
- id: "linuxaid-cli"
61-
main: cmd/linuxaid-cli
61+
main: ./cmd/linuxaid-cli
6262
binary: linuxaid-cli
6363
env:
6464
- CGO_ENABLED=0

0 commit comments

Comments
 (0)