diff --git a/docs/src/pages/migrations.md b/docs/src/pages/migrations.md index bd8be044c..d90db416e 100644 --- a/docs/src/pages/migrations.md +++ b/docs/src/pages/migrations.md @@ -133,6 +133,8 @@ The following restructuring was done to achieve a more consistent grouping: - Native Let's Encrypt certificate support has been dropped as it was almost unused and causing frequent issues. Let's Encrypt needs to be set up standalone now. The SSL key pair can still be used in `WOODPECKER_SERVER_CERT` and `WOODPECKER_SERVER_KEY` as an alternative to using a reverse proxy for TLS termination. +- The filename of the CLI binary changed for DEB and RPM packages, it is now called `woodpecker-cli` instead of `woodpecker`. + ### Admin-facing migrations #### Image tags diff --git a/nfpm/cli.yaml b/nfpm/cli.yaml index a51cdfd35..3f7bc2429 100644 --- a/nfpm/cli.yaml +++ b/nfpm/cli.yaml @@ -9,4 +9,4 @@ maintainer: Woodpecker Authors section: utils contents: - src: ./dist/cli/linux_amd64/woodpecker-cli - dst: /usr/local/bin/woodpecker + dst: /usr/local/bin/woodpecker-cli