Skip to content

Commit d39e195

Browse files
committed
Fix release upload call
1 parent 7ac6a6e commit d39e195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/build/src/release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os from 'os';
22
import Config from './config';
33
import compileExec from './compile-exec';
4-
import createDownloadCenterConfig from './download-center';
4+
import uploadDownloadCenterConfig from './download-center';
55
import Platform from './platform';
66
import zip from './zip';
77
import S3 from 'aws-sdk/clients/s3';

0 commit comments

Comments
 (0)