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
2 additions and
2 deletions
-
.github/workflows/release.yml
|
|
@ -33,7 +33,7 @@ jobs: |
|
|
|
run: echo BUILD_TIME=$(date -u +%Y-%m-%d-%H-%M) >> ${GITHUB_ENV} |
|
|
|
|
|
|
|
- name: Go Release Binaries |
|
|
|
uses: wangyoucao577/go-release-action@feature/asset-name |
|
|
|
uses: wangyoucao577/go-release-action@v1.14 |
|
|
|
with: |
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
goos: ${{ matrix.goos }} |
|
|
@ -48,7 +48,7 @@ jobs: |
|
|
|
asset_name: "weed-large-disk-${{ env.BUILD_TIME }}-${{ matrix.goos }}-${{ matrix.goarch }}" |
|
|
|
|
|
|
|
- name: Go Release Binaries |
|
|
|
uses: wangyoucao577/go-release-action@feature/asset-name |
|
|
|
uses: wangyoucao577/go-release-action@v1.14 |
|
|
|
with: |
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
goos: ${{ matrix.goos }} |
|
|
|