mirror of
https://github.com/Mibew/mibew.git
synced 2025-09-08 10:02:51 +03:00
Fix permissions for release archives
This commit is contained in:
parent
cc55a13151
commit
e718518698
@ -341,7 +341,7 @@ gulp.task('pack-sources', ['composer-install', 'bower-install'], function() {
|
||||
.pipe(tar('mibew-' + version + '.tar'))
|
||||
.pipe(gzip())
|
||||
)
|
||||
.pipe(chmod(0644))
|
||||
.pipe(chmod(644))
|
||||
.pipe(gulp.dest('release'));
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user