Skip to content

Commit

Permalink
ci: mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Duologic committed Dec 2, 2024
1 parent 41bd3c5 commit d420655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
command: -h

- name: move crossplane cli
run: "mv ./crossplane $TARGET_PATH"
run: "mkdir -p $TARGET_PATH && mv ./crossplane $TARGET_PATH"
env:
TARGET_PATH: "${{ github.workspace }}/bin"

Expand Down

0 comments on commit d420655

Please sign in to comment.