mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 05:20:30 +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