Skip to content

Commit ad6ddc3

Browse files
committed
Change the releases name on remote upload (#1323)
1 parent 2331f31 commit ad6ddc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ functions:
159159
aws_key: ${aws_key}
160160
aws_secret: ${aws_secret}
161161
local_file: src/dist/RELEASES
162-
remote_file: ${project}/${revision}/RELEASES
162+
remote_file: ${project}/${revision}/${compass_distribution}-RELEASES
163163
bucket: mciuploads
164164
permissions: public-read
165165
content_type: application/octet-stream

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
"electron-mocha": "^3.3.0",
257257
"enzyme": "^2.5.1",
258258
"eslint-config-mongodb-js": "^2.2.0",
259-
"hadron-build": "^16.0.1",
259+
"hadron-build": "^17.0.1",
260260
"hadron-spectron": "^1.0.0",
261261
"jsdom": "^9.8.3",
262262
"mgeneratejs": "^0.2.0",

0 commit comments

Comments
 (0)