Skip to content

Commit bc5de22

Browse files
authored
Chore: Update CMD path
1 parent 6488eca commit bc5de22

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ jobs:
4545

4646
- name: Build Persys Intelligence
4747
working-directory: ./persys-intelligence
48-
run: go build -o bin/intelligence ./cmd
48+
run: go build -o bin/intelligence ./cmd/intelligence
4949

5050
- name: Build Persys Automation
5151
working-directory: ./persys-automation
52-
run: go build -o bin/automation ./cmd
52+
run: go build -o bin/automation ./cmd/automation
5353

5454
- name: Build Persys Go SDK
5555
working-directory: ./sdk
56-
run: go build -o bin/sdk ./cmd
56+
run: go build -o bin/sdk .
5757

5858
- name: Build Persys Vault Manager
5959
working-directory: ./vault-manager
@@ -70,4 +70,4 @@ jobs:
7070
working-directory: ./persysctl
7171
run: |
7272
go mod download
73-
go build -o bin/persysctl .
73+
go build ./...

0 commit comments

Comments
 (0)