Skip to content

Commit

Permalink
Upload Fletd archives only, without binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed Jun 6, 2022
1 parent c8bf5a7 commit 2714f95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ for:

artifacts:
- path: server/dist/fletd-*
- path: server/dist/fletd_*/*

######################
# Python Tests #
Expand Down
7 changes: 1 addition & 6 deletions server/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 2714f95

Please sign in to comment.