mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-24 16:14:01 +08:00
fix(build) Actually fix build
This commit is contained in:
parent
4d4e040561
commit
ee254b1697
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ module.exports = (grunt) => {
|
|||
}
|
||||
|
||||
function uploadToS3(filepath, key) {
|
||||
grunt.log.writeln(`>> Uploading ${filename} to ${key}…`);
|
||||
grunt.log.writeln(`>> Uploading ${filepath} to ${key}…`);
|
||||
return put(filepath, key).then((data) => {
|
||||
const msg = `N1 release asset uploaded: <${data.Location}|${key}>`;
|
||||
return postToSlack(msg).then(() => Promise.resolve(data));
|
||||
|
|
Loading…
Reference in a new issue