mirror of
https://github.com/rexlManu/pterodactyl-upload-action.git
synced 2025-02-03 13:36:41 -05:00
docs: Add multiple targets example to README
This commit is contained in:
parent
fda7e535de
commit
46dea56c05
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -64,6 +64,19 @@ An optional `.pterodactyl-upload.json` file can be created in the root of your r
|
|||
}
|
||||
```
|
||||
|
||||
#### Multiple different targets
|
||||
|
||||
If you need different targets for each file, you can provide a list of targets.
|
||||
|
||||
```json
|
||||
{
|
||||
"targets": {
|
||||
"source": "hello.txt",
|
||||
"target": "./"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Pterodactyl Upload Action is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.
|
||||
|
|
Loading…
Reference in a new issue