Skip to content

Commit c1b64ff

Browse files
committed
fix(ci): adding cd to cmd dir
1 parent 4559578 commit c1b64ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
go-version: 1.19
3434
- name: golang build
3535
run: |
36+
cd cmd/gitops
3637
GOARCH=${{ matrix.arch }} go build -ldflags="-s -w" .
3738
- name: Upload binaries to release
3839
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)