aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/binaries_release3.yml
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-02-25 08:00:37 -0800
committerchrislu <chris.lu@gmail.com>2024-02-25 08:00:37 -0800
commita52ce076fc4d699f2155aa1e4e269a71c2674e92 (patch)
tree2d6f343a3ec01588eb3c6eaf62f3dd712ce6b83c /.github/workflows/binaries_release3.yml
parent16b4f9d9ab5897e29eab36d78ddf625a050f5a8d (diff)
parent7187346cc1630f92c0aa4679965e4bdc0149a6d7 (diff)
downloadseaweedfs-a52ce076fc4d699f2155aa1e4e269a71c2674e92.tar.xz
seaweedfs-a52ce076fc4d699f2155aa1e4e269a71c2674e92.zip
Merge branch 'master' into mq-subscribe
Diffstat (limited to '.github/workflows/binaries_release3.yml')
-rw-r--r--.github/workflows/binaries_release3.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/binaries_release3.yml b/.github/workflows/binaries_release3.yml
index 875dc2024..f60ff8b7d 100644
--- a/.github/workflows/binaries_release3.yml
+++ b/.github/workflows/binaries_release3.yml
@@ -30,7 +30,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v2
- name: Go Release Binaries Normal Volume Size
- uses: wangyoucao577/go-release-action@23b3194d60e5291b78d4ebf84705f5d6c5a74c0e # v1.22
+ uses: wangyoucao577/go-release-action@a4a9b2ed09837e8c8c59fcaeae64e5bba70d8d87 # v1.22
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
@@ -44,7 +44,7 @@ jobs:
binary_name: weed
asset_name: "${{ matrix.goos }}_${{ matrix.goarch }}"
- name: Go Release Large Disk Binaries
- uses: wangyoucao577/go-release-action@23b3194d60e5291b78d4ebf84705f5d6c5a74c0e # v1.22
+ uses: wangyoucao577/go-release-action@a4a9b2ed09837e8c8c59fcaeae64e5bba70d8d87 # v1.22
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}