agcli already builds a release binary in CI (the Build Release job in ci.yml uploads agcli-linux-amd64 as a CI artifact). Would you be open to a PR that adds a release.yml workflow to publish those binaries to GitHub Releases on version tags?
CI artifacts expire after 90 days and require GitHub login to download. A proper Release would let users install with a one-liner instead of compiling from source which takes ages on smaller VPS servers.
agcli already builds a release binary in CI (the Build Release job in ci.yml uploads agcli-linux-amd64 as a CI artifact). Would you be open to a PR that adds a release.yml workflow to publish those binaries to GitHub Releases on version tags?
CI artifacts expire after 90 days and require GitHub login to download. A proper Release would let users install with a one-liner instead of compiling from source which takes ages on smaller VPS servers.