Hello, I have a workflow in our team's shared repository that is structured in the following fashion. The workflow file itself is in the "workflow" folder, and it accesses macros saved in a subdirectory "workflow\macros" via the "macros\" relative path (not shown).

The workflow saves files to the "file_lists" directory via the relative path "..\file_lists"
If I attempt to save this workflow in our private Gallery and run it, I get the below message.

This makes sense, since I assume the Gallery is copying the workflow file to the Staging directory for execution, and there is no such "file_list" subdirectory there the same way that it exists in our repository. (And I imagine if we could manually create one in that location on the server, it wouldn't be guaranteed to persist for all time.)
Is there a way to get the Gallery to package directory structures, similar to packaged inputs / outputs / other file references during save? Without this it doesn't appear we can schedule this workflow using a Gallery implementation without changing all the relative file paths to be the same directory as the workflow, which we don't want to have to do.