aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2020-12-17 22:17:41 -0800
committerGitHub <noreply@github.com>2020-12-17 22:17:41 -0800
commit9fc07feb007a3bd608b5a16fa49c17a80672df56 (patch)
tree784f32beb5ef4261275d04d867ec1a0dc8af525f
parent7af9415696aec42dd3f64a4469e71650861cfdaa (diff)
downloadseaweedfs-9fc07feb007a3bd608b5a16fa49c17a80672df56.tar.xz
seaweedfs-9fc07feb007a3bd608b5a16fa49c17a80672df56.zip
Update release.yml
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 2fb3d3355..28023af6e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
asset_name: "weed-large-disk-${{ env.BUILD_TIME }}-${{ matrix.goos }}-${{ matrix.goarch }}"
- name: Go Release Binaries
- uses: wangyoucao577/go-release-action@v1.10
+ uses: wangyoucao577/go-release-action@feature/asset-name
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}