mirror of
https://github.com/rexlManu/pterodactyl-upload-action.git
synced 2025-02-03 13:36:41 -05:00
Documentation: Added File Decompression usage documentation
This commit is contained in:
parent
72e83f2386
commit
3fe4f7d2cf
1 changed files with 4 additions and 1 deletions
|
@ -46,8 +46,11 @@ jobs:
|
|||
# hello.txt
|
||||
# hello2.txt
|
||||
target: "./"
|
||||
decompress: "hello.zip"
|
||||
decompress-target: true
|
||||
```
|
||||
## File Decompression
|
||||
|
||||
`decompress-target` allows decompression of archive files (`.zip, .tar, .tar.gz, .tgz, .rar`) after they are uploaded to the server. If you have multiple targets, it will decompress all valid compressed ones. If this option is not provided or set to false, files will be uploaded as is, without decompression.
|
||||
|
||||
### Multiple File/Server Example
|
||||
|
||||
|
|
Loading…
Reference in a new issue