atuin icon indicating copy to clipboard operation
atuin copied to clipboard

Fix deb release filenames

Open ellie opened this issue 3 years ago • 0 comments

See https://github.com/ellie/atuin/pull/46 for context!

Currently the release file builder names does not include the v in the version part filename

For instance, we currently have atuin_0.6.4_amd64.deb, when really what we want is atuin_v0.6.4_amd64.deb

cargo-deb is used to generate the debian package, it might have an option for configuring the filename - otherwise the release pipeline will need changing

Once done, #46 can be reverted

ellie avatar May 07 '21 19:05 ellie