We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8bf5a7 commit 2714f95Copy full SHA for 2714f95
.appveyor.yml
@@ -282,7 +282,6 @@ for:
282
283
artifacts:
284
- path: server/dist/fletd-*
285
- - path: server/dist/fletd_*/*
286
287
######################
288
# Python Tests #
server/.goreleaser.yml
@@ -59,12 +59,7 @@ builds:
59
# - "--platform=linux/amd64"
60
61
archives:
62
- - id: fletd-binaries
63
- builds:
64
- - fletd
65
- format: binary
66
- name_template: "fletd-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
67
- - id: fletd-tars
+ - id: fletd-archives
68
builds:
69
- fletd
70
name_template: "fletd-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
0 commit comments