From c2d744e01d6213067b74d996a5f2caedb1e4b39b Mon Sep 17 00:00:00 2001 From: Stephen Webb Date: Thu, 28 Nov 2024 10:28:37 +1100 Subject: [PATCH] Simplify packaged artefact file name --- admin/release-review-instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/release-review-instructions.md b/admin/release-review-instructions.md index 78c3d4192..f25f1d035 100644 --- a/admin/release-review-instructions.md +++ b/admin/release-review-instructions.md @@ -30,10 +30,10 @@ Steps - Click the `>` to the left of `Run action/upload-artifact` - The numbered steps will display - Click the link next to `Artifact download URL:` - - The browser will download the file `Upload release files.zip` onto your system + - The browser will download the file `release_files.zip` onto your system 1. Confirm the artifacts were sourced from Github using these commands - `mkdir /tmp/log4cxx-github` - `cd /tmp/log4cxx-github` - - `unzip "$HOME/Downloads/Upload release files.zip"` + - `unzip "$HOME/Downloads/release_files.zip"` - `diff /tmp/log4cxx{,-github}/apache-log4cxx-1.3.1.tar.gz.sha512` - `diff /tmp/log4cxx{,-github}/apache-log4cxx-1.3.1.zip.sha512`