From 8fa97fa9266240d63e4182f24296c02e3145a6e8 Mon Sep 17 00:00:00 2001 From: t8y2 <1156263951@qq.com> Date: Sun, 12 Jul 2026 21:26:10 +0800 Subject: [PATCH] fix(release): serialize AtomGit asset uploads --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c920bd52b..789e41506 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -425,7 +425,8 @@ jobs: env: ATOMGIT_TOKEN: ${{ secrets.ATOMGIT_TOKEN }} ATOMGIT_REPOSITORY: "t8y2/dbx" - ATOMGIT_UPLOAD_CONCURRENCY: "3" + # AtomGit throttles concurrent large-asset uploads, which can expire their temporary upload URLs. + ATOMGIT_UPLOAD_CONCURRENCY: "1" run: | set -euo pipefail node .github/scripts/sync-atomgit-release.mjs \