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:
93
93
prerelease : auto
94
94
name_template : " MongoDB CLI {{.Version}}"
95
95
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:
1025
1025
binary : build/package/download-msi.sh
1026
1026
- func : " package"
1027
1027
vars :
1028
- goreleaser_cmd : goreleaser
1028
+ goreleaser_cmd : goreleaser --rm-dist
1029
1029
- func : " rename pkg"
1030
1030
- command : archive.targz_pack
1031
1031
params :
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ set -Eeou pipefail
17
17
18
18
VERSION=$( git describe | cut -d " v" -f 2)
19
19
20
- pushd dist
20
+ pushd bin
21
21
22
22
curl 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