Archive File Post-Process¶
Switchboard Pro
The --post-process
flag is a GoReleaser Pro feature.
You will need to purchase a license for switchboard-pro
before using this feature.
Below are examples of the simple way to enable post-processing to your watchers. With this falg set, this will open and extract archive file types should an event be encountered.
pollingInterval: 10
watchers:
- path: "/home/user/Downloads"
destination: "/home/user/Videos"
ext: ".mp4"
postprocess: true