Skip to content

Commit 6b3c05a

Browse files
fix release part 3 (#665)
1 parent f7ce7ad commit 6b3c05a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ release:
9393
prerelease: auto
9494
name_template: "MongoDB CLI {{.Version}}"
9595
extra_files:
96-
- glob: ./mongocli_{{.Version}}_windows_x86_64.msi
96+
- glob: ./bin/mongocli_{{.Version}}_windows_x86_64.msi

build/ci/evergreen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ tasks:
10251025
binary: build/package/download-msi.sh
10261026
- func: "package"
10271027
vars:
1028-
goreleaser_cmd: goreleaser
1028+
goreleaser_cmd: goreleaser --rm-dist
10291029
- func: "rename pkg"
10301030
- command: archive.targz_pack
10311031
params:

build/package/download-msi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ set -Eeou pipefail
1717

1818
VERSION=$(git describe | cut -d "v" -f 2)
1919

20-
pushd dist
20+
pushd bin
2121

2222
curl https://fastdl.mongodb.org/mongocli/mongocli_"${VERSION}"_windows_x86_64.msi --output mongocli_"${VERSION}"_windows_x86_64.msi

0 commit comments

Comments
 (0)