aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release_binaries.yml
diff options
context:
space:
mode:
authorAlexander <4584443+DragonStuff@users.noreply.github.com>2021-08-29 11:47:35 +0900
committerGitHub <noreply@github.com>2021-08-29 11:47:35 +0900
commitab0ebe1d3b89e1cdf53471e3b43830f5cc1f01a8 (patch)
treed041c13bed16bde0d4184e852729e8d8724304b9 /.github/workflows/release_binaries.yml
parent4128c1126a614873ea64beffc762856c4933d0aa (diff)
parent8b7063634f5b2f9fa0a58a36260f881ee18ebd13 (diff)
downloadseaweedfs-ab0ebe1d3b89e1cdf53471e3b43830f5cc1f01a8.tar.xz
seaweedfs-ab0ebe1d3b89e1cdf53471e3b43830f5cc1f01a8.zip
Merge branch 'chrislusf:master' into master
Diffstat (limited to '.github/workflows/release_binaries.yml')
-rw-r--r--.github/workflows/release_binaries.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/release_binaries.yml b/.github/workflows/release_binaries.yml
index 9d44209f6..0e8510d14 100644
--- a/.github/workflows/release_binaries.yml
+++ b/.github/workflows/release_binaries.yml
@@ -32,9 +32,8 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Go Release Binaries
- uses: wangyoucao577/go-release-action@v1.19
+ uses: wangyoucao577/go-release-action@v1.20
with:
- goversion: 1.17
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
@@ -47,9 +46,8 @@ jobs:
binary_name: weed
asset_name: "${{ matrix.goos }}_${{ matrix.goarch }}"
- name: Go Release Large Disk Binaries
- uses: wangyoucao577/go-release-action@v1.19
+ uses: wangyoucao577/go-release-action@v1.20
with:
- goversion: 1.17
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}