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:
Jeremy 2021-11-25 14:14:53 +08:00 committed by GitHub
parent 6b63cbb767
commit 97963850fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ jobs:
run: |
${{ env.GO_BUILD_ENV }} GOOS=${{ steps.get_matrix.outputs.OS }} GOARCH=${{ steps.get_matrix.outputs.ARCH }} \
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
- name: Compress
run: |