Chris Lu
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
.github/workflows/binaries_dev.yml
|
@ -36,6 +36,9 @@ jobs: |
|
|
- name: Set BUILD_TIME env |
|
|
- name: Set BUILD_TIME env |
|
|
run: echo BUILD_TIME=$(date -u +%Y%m%d-%H%M) >> ${GITHUB_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 |
|
|
- name: Go Release Binaries Large Disk |
|
|
uses: wangyoucao577/go-release-action@bugfix/upload-fail |
|
|
uses: wangyoucao577/go-release-action@bugfix/upload-fail |
|
|
with: |
|
|
with: |
|
|