### Step template grate Database Migrations ### Step version _No response_ ### Octopus version _No response_ ### Step template parameter inputs _No response_ ### What happened The PS script falls back to grate.dll being providet as part of deployed artifact, but in reality grate is now an exe, so the step fails. The script does contain the execution path for an .exe version of grate, it just doesn't reach it due to a minor bug. Please update the plugin to also use an .exe supplied within the deployment artifact. ### Reproduction steps Supply the current grate.exe Uncheck the "download" box Expected: should be able to "find" and use grate.exe Actual: errors that "grate.dll cannot be found" ### More Information _No response_