Search code examples
bashmacosapplescriptworkflowautomator

Automator: Move specific file from folder


I have an Automator Service, which create .sketch file from folder content. I need to move the file to a higher level in hierarchy (for example, default output path is …/ExampleFolderName/MySketchFileContent/, needed output path is …/ExampleFolderName/).

How I can do that? Thanks.

There is the workflow screenshot.


Solution

  • This workflow creates the archive at …/ExampleFolderName/ not …/ExampleFolderName/MySketchFileContent/, as it's presently doing.

    enter image description here