From ac639fae6827b2b9f471e251d4bde9a0111022a2 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Mon, 28 Aug 2023 12:27:29 +0200 Subject: [PATCH] admin: actions: update the runner download name The name scheme changed with version 3.0.0 --- docs/admin/actions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/actions.md b/docs/admin/actions.md index ffd5dce7..d3af9c89 100644 --- a/docs/admin/actions.md +++ b/docs/admin/actions.md @@ -65,9 +65,9 @@ Each `Forgejo runner` release is published for all supported architectures as: Download the latest [binary release](https://code.forgejo.org/forgejo/runner/releases) and verify its signature: ```shell -$ wget -O forgejo-runner https://code.forgejo.org/forgejo/runner/releases/download/v3.0.0/forgejo-runner-amd64 +$ wget -O forgejo-runner https://code.forgejo.org/forgejo/runner/releases/download/v3.0.0/forgejo-runner-3.0.0-linux-amd64 $ chmod +x forgejo-runner -$ wget -O forgejo-runner.asc https://code.forgejo.org/forgejo/runner/releases/download/v3.0.0/forgejo-runner-amd64.asc +$ wget -O forgejo-runner.asc https://code.forgejo.org/forgejo/runner/releases/download/v3.0.0/forgejo-runner-3.0.0-linux-amd64.asc $ gpg --keyserver keys.openpgp.org --recv EB114F5E6C0DC2BCDD183550A4B61A2DC5923710 $ gpg --verify forgejo-runner.asc forgejo-runner Good signature from "Forgejo "