fix(build) Actually fix build

This commit is contained in:
Juan Tejada 2016-11-18 11:58:09 -08:00
parent 4d4e040561
commit ee254b1697

View file

@ -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));