mirror of
https://github.com/rexlManu/pterodactyl-upload-action.git
synced 2025-02-03 21:46:40 -05:00
chore: update readme
This commit is contained in:
parent
ba8dcf44b4
commit
3e10fb64bf
1 changed files with 4 additions and 0 deletions
|
@ -46,8 +46,12 @@ jobs:
|
|||
# hello.txt
|
||||
# hello2.txt
|
||||
target: "./"
|
||||
# If you want to restart the servers after successful upload
|
||||
# restart: true
|
||||
# If you want to decompress the files after successful upload
|
||||
# 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.
|
||||
|
|
Loading…
Reference in a new issue