Publish-PSUStaticApp - Static Apps

Product: PowerShell Universal
Version: 5.2.2

Hi!
I was trying to test the new static application feature but when I test it with an example from the docs, I get this. I’ve tried several machines but I can’t get it to work. Has anyone tried it or know how?

Publish-PSUStaticApp -Definition { 
    New-UDApp -Content { 
       New-UDRating -Max 10 
    } 
} -DestinationPath C:\temp\output -Force 

Error:
Publish-PSUStaticApp : Could not find a part of the path 'C:\temp\output\templates'.