From 2714f956d2b576481b943ab0f8268a61be3b15ff Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Sun, 5 Jun 2022 20:08:15 -0700 Subject: [PATCH] Upload Fletd archives only, without binaries --- .appveyor.yml | 1 - server/.goreleaser.yml | 7 +------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index ef51afbc3..c80265610 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -282,7 +282,6 @@ for: artifacts: - path: server/dist/fletd-* - - path: server/dist/fletd_*/* ###################### # Python Tests # diff --git a/server/.goreleaser.yml b/server/.goreleaser.yml index 922570fa4..80ccb600a 100644 --- a/server/.goreleaser.yml +++ b/server/.goreleaser.yml @@ -59,12 +59,7 @@ builds: # - "--platform=linux/amd64" archives: - - id: fletd-binaries - builds: - - fletd - format: binary - name_template: "fletd-{{ .Version }}-{{ .Os }}-{{ .Arch }}" - - id: fletd-tars + - id: fletd-archives builds: - fletd name_template: "fletd-{{ .Version }}-{{ .Os }}-{{ .Arch }}"