-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
output switch-maps pdf as part of the release #773
Comments
Can you clarify what needs to be done for this to be achieved? What is a "release" in this context and forgive my ignorance as to the definition of the term artifact in this context. I suspect that if we're including the sticker PDF in the release, we should probably be including the full set of switch configurations, etc. as well, in which case, "make all" or "make" without arguments is probably the better choice for the generation process. |
A release is a concept of associating additional files with things like a
We need to include it in a github action that creates a release when a given git tag is created. |
Well... Basically, if you run a "make" from within switch-configuration, you'll get all the artifacts in switch-configuration/config/{output, switch-maps}. You probably care about ...output/* and ...switch-maps/*.pdf |
Description
Switch-maps should be included as a release artifact. They are simple enough to generate:
make config/switch-maps/stickers.pdf
Acceptance Criteria
The text was updated successfully, but these errors were encountered: