Skip to content

Commit 21c9122

Browse files
authored
Fix fleetctl build command (#103)
1 parent 3158b92 commit 21c9122

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/gitops-action-rc/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
shell: bash
3232
working-directory: /tmp/fleet
3333
run: |
34-
make build
34+
make fleetctl
3535
echo "/tmp/fleet/build" >> "$GITHUB_PATH"
3636
3737
- name: Configure fleetctl

0 commit comments

Comments
 (0)