From c0e7c219800a453cb7239848165515146d359cba Mon Sep 17 00:00:00 2001 From: Zsolt Dollenstein Date: Fri, 27 Feb 2026 20:16:31 +0000 Subject: [PATCH] Upload extra release artifacts to mirror (#18219) @Gankra pointed out that the installer scripts and sha256 checksums are helpful to also preserve on the mirror. This is a followup to #18159. --- .github/workflows/publish-mirror.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-mirror.yml b/.github/workflows/publish-mirror.yml index f16818dc6..e9dafab66 100644 --- a/.github/workflows/publish-mirror.yml +++ b/.github/workflows/publish-mirror.yml @@ -37,7 +37,9 @@ jobs: run: | aws s3 cp --recursive --output table --color on \ --exclude '*' \ - --include '*.zip' --include '*.tar.gz' \ + --include '*.zip' --include '*.zip.sha256' \ + --include '*.tar.gz' --include '*.tar.gz.sha256' \ + --include sha256.sum --include '*.ps1' --include '*.sh' \ --cache-control "public, max-age=31536000, immutable" \ artifacts/ \ s3://${R2_BUCKET}/github/$PROJECT/releases/download/$VERSION/