We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2d94f commit bae45c6Copy full SHA for bae45c6
build/package/chocoupdate.sh
@@ -29,4 +29,4 @@ go-msi check-env
29
30
VERSION="$(git tag --list "${TOOL_NAME:?}/v*" --sort=taggerdate | tail -1 | cut -d "v" -f 2)"
31
32
-go run ./tools/chocolateyupdate/main.go --path "build/package/chocolatey/temp/mongodb-atlas.${VERSION}.nupkg"
+go run ./tools/chocolateyupdate/main.go --path "dist/mongodb-atlas.${VERSION}.nupkg"
0 commit comments