I have this build step in my config.yml:
- store_artifacts:
path: dist/
destination: windows
And in the circle UI it knows about the files:
But then when I click the link on the .exe file, I get:
Artifact not found
How do I get access to my artifacts from builds?