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
|
@ -15,7 +15,7 @@ jobs: |
|
|
uses: actions/checkout@v2 |
|
|
uses: actions/checkout@v2 |
|
|
|
|
|
|
|
|
- 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 |
|
|