mirror of
https://github.com/Mibew/telegram-plugin.git
synced 2024-11-15 08:54:12 +03:00
Fix archive names for releases
This commit is contained in:
parent
2af8a2f1db
commit
af39c842ae
@ -46,9 +46,9 @@ gulp.task('prepare-release', ['composer-install'], function() {
|
|||||||
|
|
||||||
return eventStream.merge(
|
return eventStream.merge(
|
||||||
getSources()
|
getSources()
|
||||||
.pipe(zip('telegram-' + version + '.zip')),
|
.pipe(zip('telegram-plugin-' + version + '.zip')),
|
||||||
getSources()
|
getSources()
|
||||||
.pipe(tar('telegram-' + version + '.tar'))
|
.pipe(tar('telegram-plugin-' + version + '.tar'))
|
||||||
.pipe(gzip())
|
.pipe(gzip())
|
||||||
)
|
)
|
||||||
.pipe(chmod(644))
|
.pipe(chmod(644))
|
||||||
|
Loading…
Reference in New Issue
Block a user