Skip to content

Commit

Permalink
rename build archive
Browse files Browse the repository at this point in the history
  • Loading branch information
sualko committed Apr 16, 2018
1 parent a02f5d2 commit 9bcfe9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ module.exports = function(grunt) {
compress: {
main: {
options: {
archive: "archives/owncloud_piwik-<%= meta.app.version %>.tar.gz",
archive: "archives/cloud_piwik-<%= meta.app.version %>.tar.gz",
mode: 'tgz'
},
files: [{
Expand All @@ -91,8 +91,8 @@ module.exports = function(grunt) {
signRelease: {
command: 'openssl dgst -sha512 -sign ' +
'~/.nextcloud/certificates/piwik.key ' +
'archives/owncloud_piwik-<%= meta.app.version %>.tar.gz | openssl base64 > ' +
'archives/owncloud_piwik-<%= meta.app.version %>.tar.gz.ncsig'
'archives/cloud_piwik-<%= meta.app.version %>.tar.gz | openssl base64 > ' +
'archives/cloud_piwik-<%= meta.app.version %>.tar.gz.ncsig'
}
}
});
Expand Down

0 comments on commit 9bcfe9c

Please sign in to comment.