You should move the ZIP file from the Win32_Binary folder to a GitHub release.
That's better because you can't "forget" to update the bin if you update your code as
GitHub's releases are in fact just git tags. (So a release will always point to a specific commit).
You should move the ZIP file from the
Win32_Binaryfolder to a GitHub release.That's better because you can't "forget" to update the bin if you update your code as
GitHub's releases are in fact just git tags. (So a release will always point to a specific commit).