File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ set -Eeou pipefail
1717
1818VERSION=$( git describe | cut -d " v" -f 2)
1919
20- pushd dist
20+ pushd bin
2121
2222curl https://fastdl.mongodb.org/mongocli/mongocli_" ${VERSION} " _windows_x86_64.msi --output mongocli_" ${VERSION} " _windows_x86_64.msi
You can’t perform that action at this time.
0 commit comments