We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4e9f7 commit 15275edCopy full SHA for 15275ed
.github/workflows/cicd.yml
@@ -36,10 +36,10 @@ jobs:
36
run: go test -v ./...
37
38
- name: Build
39
- run: |
+ run: >
40
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/
+ -ldflags="-s -w -X main.Version=${{ github.ref_name }}"
+ -v -o kman-${{ matrix.architecture }}-${{ github.ref_name }} ./cmd/kman/
43
44
- name: Display structure of files
45
run: ls -lRha
0 commit comments