|
|
@ -37,7 +37,7 @@ jobs: |
|
|
|
run: echo BUILD_TIME=$(date -u +%Y%m%d-%H%M) >> ${GITHUB_ENV} |
|
|
|
|
|
|
|
- name: Go Release Binaries Large Disk |
|
|
|
uses: wangyoucao577/go-release-action@bugfix/upload-fail |
|
|
|
uses: wangyoucao577/go-release-action@v1.21 |
|
|
|
with: |
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
goos: ${{ matrix.goos }} |
|
|
@ -53,7 +53,7 @@ jobs: |
|
|
|
asset_name: "weed-large-disk-${{ env.BUILD_TIME }}-${{ matrix.goos }}-${{ matrix.goarch }}" |
|
|
|
|
|
|
|
- name: Go Release Binaries Normal Volume Size |
|
|
|
uses: wangyoucao577/go-release-action@bugfix/upload-fail |
|
|
|
uses: wangyoucao577/go-release-action@v1.21 |
|
|
|
with: |
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
goos: ${{ matrix.goos }} |
|
|
@ -84,7 +84,7 @@ jobs: |
|
|
|
run: echo BUILD_TIME=$(date -u +%Y%m%d-%H%M) >> ${GITHUB_ENV} |
|
|
|
|
|
|
|
- name: Go Release Binaries Large Disk |
|
|
|
uses: wangyoucao577/go-release-action@bugfix/upload-fail |
|
|
|
uses: wangyoucao577/go-release-action@v1.21 |
|
|
|
with: |
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
goos: ${{ matrix.goos }} |
|
|
@ -100,7 +100,7 @@ jobs: |
|
|
|
asset_name: "weed-large-disk-${{ env.BUILD_TIME }}-${{ matrix.goos }}-${{ matrix.goarch }}" |
|
|
|
|
|
|
|
- name: Go Release Binaries Normal Volume Size |
|
|
|
uses: wangyoucao577/go-release-action@bugfix/upload-fail |
|
|
|
uses: wangyoucao577/go-release-action@v1.21 |
|
|
|
with: |
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
goos: ${{ matrix.goos }} |
|
|
|