diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-11-06 05:34:34 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-06 05:34:34 -0700 |
| commit | 12e6692dac5a4b8152fe08c66d57eb3b0e1a4f11 (patch) | |
| tree | bd37dc5a8c7d911c9a5dfcdf807b35f9ee774d0e | |
| parent | 4b9c42996abc0750d66a7822bf6e0f7a25dcc97c (diff) | |
| download | seaweedfs-12e6692dac5a4b8152fe08c66d57eb3b0e1a4f11.tar.xz seaweedfs-12e6692dac5a4b8152fe08c66d57eb3b0e1a4f11.zip | |
trying wangyoucao577/go-release-action@bugfix/upload-fail
following https://github.com/wangyoucao577/go-release-action/issues/63#issuecomment-962417798
| -rw-r--r-- | .github/workflows/binaries_dev.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/binaries_dev.yml b/.github/workflows/binaries_dev.yml index 84768e09f..abd44806e 100644 --- a/.github/workflows/binaries_dev.yml +++ b/.github/workflows/binaries_dev.yml @@ -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@v1.20 + uses: wangyoucao577/go-release-action@bugfix/upload-fail 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@v1.20 + uses: wangyoucao577/go-release-action@bugfix/upload-fail 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@v1.20 + uses: wangyoucao577/go-release-action@bugfix/upload-fail 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@v1.20 + uses: wangyoucao577/go-release-action@bugfix/upload-fail with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} |
