Skip to content

Commit e54b39c

Browse files
committed
Merge pull request 'fix: update the working directory for building go binaries via go releaser in ci workflow' (#174) from fix/change-the-working-directory-for-build into main
Reviewed-on: https://gitea.obmondo.com/EnableIT/Linuxaid-cli/pulls/174
2 parents c532bbe + 35a75b6 commit e54b39c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)