mirror of
https://github.com/Mibew/telegram-plugin.git
synced 2024-11-15 00:44:11 +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(
|
||||
getSources()
|
||||
.pipe(zip('telegram-' + version + '.zip')),
|
||||
.pipe(zip('telegram-plugin-' + version + '.zip')),
|
||||
getSources()
|
||||
.pipe(tar('telegram-' + version + '.tar'))
|
||||
.pipe(tar('telegram-plugin-' + version + '.tar'))
|
||||
.pipe(gzip())
|
||||
)
|
||||
.pipe(chmod(644))
|
||||
|
Loading…
Reference in New Issue
Block a user