Browse Source

Update binaries_dev.yml

pull/2435/head
Chris Lu 3 years ago
committed by GitHub
parent
commit
641ce36f6f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/binaries_dev.yml

3
.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:

Loading…
Cancel
Save