mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Update binaries_dev.yml
This commit is contained in:
parent
22f75177bf
commit
641ce36f6f
3
.github/workflows/binaries_dev.yml
vendored
3
.github/workflows/binaries_dev.yml
vendored
|
@ -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…
Reference in a new issue