File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,14 @@ const release = async(config: Config) => {
53
53
config . project ,
54
54
config . revision
55
55
) ;
56
+ // Upload the artifact to downloads.10gen.com
57
+ await uploadArtifactToDownloads (
58
+ artifact ,
59
+ config . downloadCenterAwsKey ,
60
+ config . downloadCenterAwsSecret ,
61
+ config . project ,
62
+ config . revision
63
+ ) ;
56
64
57
65
// Create release and upload assets to Github. Will return true if the current
58
66
// version is a new release and the release was created on Github.
@@ -63,14 +71,6 @@ const release = async(config: Config) => {
63
71
// Publish the .rpm (only on linux)
64
72
// Create PR for Homebrew (only on macos)
65
73
66
- // Upload the artifact to downloads.10gen.com
67
- await uploadArtifactToDownloads (
68
- artifact ,
69
- config . downloadCenterAwsKey ,
70
- config . downloadCenterAwsSecret ,
71
- config . project ,
72
- config . revision
73
- ) ;
74
74
75
75
// Create download center config and upload.
76
76
// Publish to NPM.
You can’t perform that action at this time.
0 commit comments