aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/binaries_dev.yml
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-11-15 08:33:46 -0800
committerChris Lu <chris.lu@gmail.com>2021-11-15 08:33:46 -0800
commit791aa3cb44d6aa9143c59b61cd2ac36cda246824 (patch)
tree5e853af22d03ddef7c583a8f5fe9de285d2cccc7 /.github/workflows/binaries_dev.yml
parent320a08f250b59343a916dad98cfcd3015891d8ed (diff)
downloadseaweedfs-791aa3cb44d6aa9143c59b61cd2ac36cda246824.tar.xz
seaweedfs-791aa3cb44d6aa9143c59b61cd2ac36cda246824.zip
update to wangyoucao577/go-release-action@v1.21
Diffstat (limited to '.github/workflows/binaries_dev.yml')
-rw-r--r--.github/workflows/binaries_dev.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/binaries_dev.yml b/.github/workflows/binaries_dev.yml
index 2fa4cbfee..978eadba5 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@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 }}