Skip to content

Commit 534fd4f

Browse files
committed
update workflow
Signed-off-by: Jason Cho <[email protected]>
1 parent 2ecd033 commit 534fd4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Build the binaries
4040
run: |
41-
GOOS=linux GOARCH=ppc64le go build -o bin/power-dev-plugin-ppc64le cmd/power-dev-plugin/main.go
41+
GOOS=linux GOARCH=ppc64le go build -o power-dra-kubeletplugin cmd/power-dra-kubeletplugin/main.go
4242
4343
# Install the cosign tool except on PR
4444
# https://github.com/sigstore/cosign-installer

0 commit comments

Comments
 (0)