Automator not finding DropDMG

Hi,
in my Automator script I am calling DropDMG. And it was always working fine.
Now it sais: dropdmg: command not found.

I am using OSX 10.11.1 and DropDMG 3.2.8

Calling the exact same from the terminal works fine.

Perhaps Automator is using a different $PATH than Terminal. You would work around that by specifying the absolute path:

/usr/local/bin/dropdmg

Another option would be to use DropDMG’s automator action.

That worked great,
thank you