I am creating an installer for my application that relies on downloading my GitHub repository as a zip file. However, I noticed that GitHub is not packaging the correct version of several files into the zip. When I download this file from the file tree, I get the correct version (506 KB). However, when I download the repository, the file has a different size (514 KB).
This issue is causing my installation to fail. What should I do?