mirror of
https://github.com/Mibew/google-maps-plugin.git
synced 2025-01-22 10:00:30 +03:00
Fix invalid bitmask for release archives
This commit is contained in:
parent
d6bdee1536
commit
e3efa8c982
@ -28,7 +28,7 @@ gulp.task('prepare-release', ['bower'], function() {
|
|||||||
.pipe(tar('google-maps-plugin-' + version + '.tar'))
|
.pipe(tar('google-maps-plugin-' + version + '.tar'))
|
||||||
.pipe(gzip())
|
.pipe(gzip())
|
||||||
)
|
)
|
||||||
.pipe(chmod(0644))
|
.pipe(chmod(644))
|
||||||
.pipe(gulp.dest('release'));
|
.pipe(gulp.dest('release'));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user