This PR changes the tarballs that are created during build in CI. Until now, the tarballs did unpack in the current directory. With the increasing number of files/directories, this clutters the current directory and is not userfriendly. Therefore , from now on, the tarballs contain a single toplevel diretory which is named after the tarball-basename and contains everything else.
Type of change
[x] CI improvement
Code Checklist
[x] I have performed a self-review of my own code
[ ] I have made corresponding changes to the documentation
[ ] My changes generate no new warnings
[ ] I have implemented respective test(s)
[x] I have tested CI manually in my fork
[ ] I have run lints and tests (cargo fmt && cargo clippy && cargo test) that prove my fix is effective or that my feature works
Description
This PR changes the tarballs that are created during build in CI. Until now, the tarballs did unpack in the current directory. With the increasing number of files/directories, this clutters the current directory and is not userfriendly. Therefore , from now on, the tarballs contain a single toplevel diretory which is named after the tarball-basename and contains everything else.
Type of change
Code Checklist