mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 02:03:07 +08:00
fix(rpm): Upload RPM builds following naming convention
This commit is contained in:
parent
78fe32350c
commit
41d1c551a5
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ module.exports = (grunt) ->
|
|||
if path.extname(file) is '.deb'
|
||||
uploadPromises.push uploadToS3(file, "#{fullVersion}/#{process.platform}/#{process.arch}/N1.deb")
|
||||
if path.extname(file) is '.rpm'
|
||||
uploadPromises.push uploadToS3(file, "#{fullVersion}/#{process.platform}/#{process.arch}/#{path.basename(file)}")
|
||||
uploadPromises.push uploadToS3(file, "#{fullVersion}/#{process.platform}/#{process.arch}/N1.rpm")
|
||||
|
||||
else
|
||||
grunt.fail.fatal "Unsupported platform: '#{process.platform}'"
|
||||
|
|
Loading…
Reference in a new issue