You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The release workflow builds the tool and uploads the binary as a release asset. That asset is used by the indexer job and
also may be convenient to those who would like to test the release without setting up a build system locally.
Previously, the binary was uploaded directly to the release. This caused the executable permissions to be lost, causing
inconvenience and potential confusion for the consumers. This can be avoided by packaging the binary in an archive. As an
added benefit, the download size is decreased.
0 commit comments