I've a submodule inside of my git Github repository and I've created a release of it.
My repository has this kind of structure (very classic) :
repo_A (main repository)
dir_A.1
dir_A.2 (submodule)
dir_A.3
But when I download the release, there is nothing inside of "dir_A.2".
Is there any way to add the dir_A.2 files to the release archive ?
For a very specific reason, I need them at the download time, not after (I'm building a debian package and the tool is checking that the archive corresponds to the unpacked files).
The Github support answered me :
This is not possible currently. Thanks for the suggestion though! I have added it to our list for our team to consider.