Browse Source

Update release.yml

pull/1690/head
Chris Lu 4 years ago
committed by GitHub
parent
commit
9fc07feb00
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release.yml

2
.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 }}

Loading…
Cancel
Save