Fix/release yaml (#33)
* fix release.yaml Signed-off-by: hantmac <hantmac@outlook.com> * fix wrong dir Signed-off-by: hantmac <hantmac@outlook.com>
This commit is contained in:
parent
6b63cbb767
commit
97963850fe
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
${{ env.GO_BUILD_ENV }} GOOS=${{ steps.get_matrix.outputs.OS }} GOARCH=${{ steps.get_matrix.outputs.ARCH }} \
|
${{ env.GO_BUILD_ENV }} GOOS=${{ steps.get_matrix.outputs.OS }} GOARCH=${{ steps.get_matrix.outputs.ARCH }} \
|
||||||
go build -ldflags "${{ env.LDFLAGS }}" \
|
go build -ldflags "${{ env.LDFLAGS }}" \
|
||||||
-o _bin/kruise/${{ steps.get_matrix.outputs.OS }}-${{ steps.get_matrix.outputs.ARCH }}/kubectl-kruise/kubectl-kruise -v \
|
-o _bin/kubectl-kruise/${{ steps.get_matrix.outputs.OS }}-${{ steps.get_matrix.outputs.ARCH }}/kubectl-kruise -v \
|
||||||
./cmd/plugin/main.go
|
./cmd/plugin/main.go
|
||||||
- name: Compress
|
- name: Compress
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue