|
|
@ -58,7 +58,7 @@ jobs: |
|
|
|
ldflags: -extldflags -static -X github.com/chrislusf/seaweedfs/weed/util.COMMIT=${{github.sha}} |
|
|
|
# Where to run `go build .` |
|
|
|
project_path: weed |
|
|
|
binary_name: weed |
|
|
|
binary_name: weed-large-disk |
|
|
|
asset_name: "weed-large-disk-${{ env.BUILD_TIME }}-${{ matrix.goos }}-${{ matrix.goarch }}" |
|
|
|
|
|
|
|
- name: Go Release Binaries Normal Volume Size |
|
|
@ -73,5 +73,5 @@ jobs: |
|
|
|
ldflags: -extldflags -static -X github.com/chrislusf/seaweedfs/weed/util.COMMIT=${{github.sha}} |
|
|
|
# Where to run `go build .` |
|
|
|
project_path: weed |
|
|
|
binary_name: weed |
|
|
|
binary_name: weed-normal-disk |
|
|
|
asset_name: "weed-${{ env.BUILD_TIME }}-${{ matrix.goos }}-${{ matrix.goarch }}" |