change private key location
This commit is contained in:
parent
3337b9012d
commit
7d84ebfc0a
@ -151,7 +151,7 @@ module.exports = (grunt) ->
|
|||||||
prod:
|
prod:
|
||||||
src: 'testbuilds/crx<%= pkg.meta.suffix[pkg.channel] %>/'
|
src: 'testbuilds/crx<%= pkg.meta.suffix[pkg.channel] %>/'
|
||||||
dest: 'testbuilds/<%= pkg.name %><%= pkg.meta.suffix[pkg.channel] %>.crx'
|
dest: 'testbuilds/<%= pkg.name %><%= pkg.meta.suffix[pkg.channel] %>.crx'
|
||||||
privateKey: '~/.ssh/<%= pkg.name %>.pem'
|
privateKey: '../<%= pkg.name %>.pem'
|
||||||
|
|
||||||
compress:
|
compress:
|
||||||
crx:
|
crx:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user