mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-07-08 05:27:29 +00:00
Remove absolute paths
This commit is contained in:
+3
-1
@@ -7,7 +7,7 @@
|
||||
## Install
|
||||
|
||||
```
|
||||
$ npm install --save decompress
|
||||
$ npm install decompress
|
||||
```
|
||||
|
||||
|
||||
@@ -66,6 +66,8 @@ decompress('unicorn.zip', 'dist', {
|
||||
});
|
||||
```
|
||||
|
||||
*Note that in the current implementation, **`filter` is only applied after fully reading all files from the archive in memory**. Do not rely on this option to limit the amount of memory used by `decompress` to the size of the files included by `filter`. `decompress` will read the entire compressed file into memory regardless.*
|
||||
|
||||
##### map
|
||||
|
||||
Type: `Function`
|
||||
|
||||
Reference in New Issue
Block a user