Skip to content

Commit 3a94eb7

Browse files
committed
fix snapshot build due to changes in goreleaser
1 parent 9ca529b commit 3a94eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ tasks:
193193
- goreleaser build --clean --snapshot --single-target --id {{.OS_NAME}} {{.CLI_ARGS}}
194194
- rm -f .bin/c8y
195195
- mkdir -p .bin
196-
- cp dist/{{.OS_NAME}}_{{OS}}_{{.ARCH_NAME}}/bin/c8y .bin/c8y
196+
- cp dist/{{.OS_NAME}}_{{OS}}_{{.ARCH_NAME}}*/bin/c8y .bin/c8y
197197

198198
generate:
199199
desc: Generate the cli code

0 commit comments

Comments
 (0)