axodotdev / axodotdev/cargo-dist
add extra files to the release files
- Dominant language
- Rust
- Stars
- 2.1k
- Forks
- 149
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 32
Description
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
Contributor guide
Research direction
Read the linked .github/workflows/release.yml and inspect the autocomplete_shell_scripts directory to understand the generated files and current release inputs. Trace how cargo-dist assembles release packages; done means the generated shell autocomplete files are included in those packages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, rust
- Domain
- cli, release
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100