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 \