mirror of
https://github.com/Mibew/button-refresh-plugin.git
synced 2025-04-09 20:40:12 +03:00
Fix invalid bitmask for release archives
This commit is contained in:
parent
2d804ec4ed
commit
b894d45eda
@ -16,7 +16,7 @@ gulp.task('prepare-release', function() {
|
|||||||
.pipe(tar('button-refresh-plugin-' + version + '.tar'))
|
.pipe(tar('button-refresh-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