self_update
self_update copied to clipboard
update release failed in github
I thought there will be a new release version or the old release version will be updated, but nothing changed in my repository "myrust" releases page. I give all permission to this GitHub token. I run the code success below.
Nothing in your repository should change. The update procedure, as I understand it, is as follows:
- The program checks the latest release version of your application.
- Checking the current version and if newer updates by requesting the file for the target platform.
- Next, the original file on the computer is replaced by the downloaded one and renamed.
If you expect the opposite, that a more recent version will replace the old one in the repository, then this package does not do that, as far as I know.