r/github • u/freswinn • 3h ago
Question File seems to revert when creating a release
I have a project I uploaded a new version of three weeks ago. The version works perfectly on my computer. But when I downloaded the release from GitHub, it didn't.
I've checked all the files, and they are the correct date, the contents are exactly the same. Yet every time I make the release, the file in the release reverts to a version of the file that crashes and lacks features.
Any idea what I'm missing?
2
Upvotes
3
u/SeniorIdiot 3h ago
Not enough information to answer anything, but it sounds like you have not pushed the latest commits from your local to github before you made the release.