mirror of
https://github.com/Mibew/open-street-map-plugin.git
synced 2025-02-02 06:44:42 +03:00
Fix invalid bitmask for release archives
This commit is contained in:
parent
c9a742ff83
commit
9a4f5ef15b
@ -28,7 +28,7 @@ gulp.task('prepare-release', ['bower'], function() {
|
||||
.pipe(tar('open-street-map-plugin-' + version + '.tar'))
|
||||
.pipe(gzip())
|
||||
)
|
||||
.pipe(chmod(0644))
|
||||
.pipe(chmod(644))
|
||||
.pipe(gulp.dest('release'));
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user