I'm trying to export some files from my dagger job, but the directory.export('/path') doesn't seem to copy the files locally.
I've tried getting a handle on the individual files and calling export on them directly, and that doesn't seem to work either.
I've tried both relative, and absolute paths for where the files should end up, and still no files.
The commands themselves apparently complete successfully, I just don't know where the files actually landed.
I'm using 0.10.3 and just running dagger locally.
Any suggestions?