Skip to content
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

add extra files to the release files #1748

Open
ManuelSopenaBallesteros opened this issue Feb 5, 2025 · 1 comment
Open

add extra files to the release files #1748

ManuelSopenaBallesteros opened this issue Feb 5, 2025 · 1 comment

Comments

@ManuelSopenaBallesteros
Copy link

Dear cargo dist community,

I am using cargo dist to create my github workflow and generate my releases (eg https://github.com/eth-cscs/manta/blob/main/.github/workflows/release.yml), my app is a clap cli and I have a build script that generates shell autocomplete files (https://github.com/eth-cscs/manta/tree/main/autocomplete_shell_scripts).

My goal is to be able to include the autocomplete files in the release packages. Is this something feasible?

thank you

@duckinator
Copy link
Contributor

You can use the include setting to include additional files in the archives. The problem is that right now it's inconsistent which installers will actually extract it.

Related issues:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants