We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca529b commit 3a94eb7Copy full SHA for 3a94eb7
Taskfile.yml
@@ -193,7 +193,7 @@ tasks:
193
- goreleaser build --clean --snapshot --single-target --id {{.OS_NAME}} {{.CLI_ARGS}}
194
- rm -f .bin/c8y
195
- mkdir -p .bin
196
- - cp dist/{{.OS_NAME}}_{{OS}}_{{.ARCH_NAME}}/bin/c8y .bin/c8y
+ - cp dist/{{.OS_NAME}}_{{OS}}_{{.ARCH_NAME}}*/bin/c8y .bin/c8y
197
198
generate:
199
desc: Generate the cli code
0 commit comments