Skip to content

Commit 2714f95

Browse files
committed
Upload Fletd archives only, without binaries
1 parent c8bf5a7 commit 2714f95

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ for:
282282

283283
artifacts:
284284
- path: server/dist/fletd-*
285-
- path: server/dist/fletd_*/*
286285

287286
######################
288287
# Python Tests #

server/.goreleaser.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,7 @@ builds:
5959
# - "--platform=linux/amd64"
6060

6161
archives:
62-
- id: fletd-binaries
63-
builds:
64-
- fletd
65-
format: binary
66-
name_template: "fletd-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
67-
- id: fletd-tars
62+
- id: fletd-archives
6863
builds:
6964
- fletd
7065
name_template: "fletd-{{ .Version }}-{{ .Os }}-{{ .Arch }}"

0 commit comments

Comments
 (0)