aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/binaries_release2.yml
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-11-14 23:45:34 -0800
committerChris Lu <chris.lu@gmail.com>2021-11-14 23:45:34 -0800
commit320a08f250b59343a916dad98cfcd3015891d8ed (patch)
treecb7a750bb280ee6cc261a1714043084ff570d9c3 /.github/workflows/binaries_release2.yml
parent100c654ec3b00783ec1cdf8fa71f31a63d584210 (diff)
downloadseaweedfs-320a08f250b59343a916dad98cfcd3015891d8ed.tar.xz
seaweedfs-320a08f250b59343a916dad98cfcd3015891d8ed.zip
adjust go release action version
Diffstat (limited to '.github/workflows/binaries_release2.yml')
-rw-r--r--.github/workflows/binaries_release2.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/binaries_release2.yml b/.github/workflows/binaries_release2.yml
index 8428a92f8..7c3a83d51 100644
--- a/.github/workflows/binaries_release2.yml
+++ b/.github/workflows/binaries_release2.yml
@@ -25,7 +25,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- 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 }}
@@ -39,7 +39,7 @@ jobs:
binary_name: weed
asset_name: "${{ matrix.goos }}_${{ matrix.goarch }}"
- name: Go Release Large Disk Binaries
- uses: wangyoucao577/go-release-action@v1.20
+ uses: wangyoucao577/go-release-action@bugfix/upload-fail
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}