diff --git a/.github/workflows/binaries_dev.yml b/.github/workflows/binaries_dev.yml index abd44806e..54031e946 100644 --- a/.github/workflows/binaries_dev.yml +++ b/.github/workflows/binaries_dev.yml @@ -36,6 +36,9 @@ jobs: - name: Set BUILD_TIME env run: echo BUILD_TIME=$(date -u +%Y%m%d-%H%M) >> ${GITHUB_ENV} + - name: disable http2 env + run: export GODEBUG=http2client=0 + - name: Go Release Binaries Large Disk uses: wangyoucao577/go-release-action@bugfix/upload-fail with: