From e5bf6b144198271f5c2e880b46579405f1cda330 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad <99736+nabeelio@users.noreply.github.com> Date: Mon, 10 Aug 2026 19:50:21 -0500 Subject: [PATCH] ci(release): publish under scripts/v8/ --- .github/workflows/distribute.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/distribute.yml b/.github/workflows/distribute.yml index a56e105..e190899 100644 --- a/.github/workflows/distribute.yml +++ b/.github/workflows/distribute.yml @@ -77,7 +77,7 @@ jobs: # AWS CLI v2.23+ sends checksum headers many S3-compatible stores reject AWS_REQUEST_CHECKSUM_CALCULATION: when_required run: | - aws s3 cp stable.zip s3://acars/scripts/stable.zip \ + aws s3 cp stable.zip s3://acars/scripts/v8/stable.zip \ --endpoint-url https://ny-s3.storage.bunnycdn.com # @@ -137,7 +137,7 @@ jobs: # AWS CLI v2.23+ sends checksum headers many S3-compatible stores reject AWS_REQUEST_CHECKSUM_CALCULATION: when_required run: | - aws s3 cp stable.zip s3://acars/scripts/stable.zip \ + aws s3 cp stable.zip s3://acars/scripts/v8/stable.zip \ --endpoint-url https://ny-s3.storage.bunnycdn.com - name: Create GitHub release