Chris Lu
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/release.yml
|
@ -28,7 +28,7 @@ jobs: |
|
|
project_path: weed |
|
|
project_path: weed |
|
|
binary_name: weed-large-disk |
|
|
binary_name: weed-large-disk |
|
|
- name: Go Release Binaries |
|
|
- name: Go Release Binaries |
|
|
uses: wangyoucao577/go-release-action@feature/customize-target-release |
|
|
|
|
|
|
|
|
uses: wangyoucao577/go-release-action@v1.10 |
|
|
with: |
|
|
with: |
|
|
github_token: ${{ secrets.GITHUB_TOKEN }} |
|
|
github_token: ${{ secrets.GITHUB_TOKEN }} |
|
|
goos: linux # default is |
|
|
goos: linux # default is |
|
|