Skip to content

Commit 15275ed

Browse files

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
run: go test -v ./...
3737

3838
- name: Build
39-
run: |
39+
run: >
4040
GOARCH=${{ matrix.architecture }} GOOS=linux go build
41-
-ldflags="-s -w -X main.Version=${{ github.ref_name }}"
42-
-v -o kman-${{ matrix.architecture }}-${{ github.ref_name }} ./cmd/kman/
41+
-ldflags="-s -w -X main.Version=${{ github.ref_name }}"
42+
-v -o kman-${{ matrix.architecture }}-${{ github.ref_name }} ./cmd/kman/
4343
4444
- name: Display structure of files
4545
run: ls -lRha

0 commit comments

Comments
 (0)