diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-09-06 23:44:08 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-09-06 23:44:08 -0700 |
| commit | 2954bd71f807157a0e126af6bbf307df94e4cc9f (patch) | |
| tree | f4bb0682cda5f33c3b27b177302416c3de7f9f51 | |
| parent | ce9e606eb27861cb1a0f847525c8d68023ce9dfd (diff) | |
| download | seaweedfs-2954bd71f807157a0e126af6bbf307df94e4cc9f.tar.xz seaweedfs-2954bd71f807157a0e126af6bbf307df94e4cc9f.zip | |
testing different binary name
| -rw-r--r-- | .github/workflows/binaries_dev.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/binaries_dev.yml b/.github/workflows/binaries_dev.yml index c1a098ea7..465694aa1 100644 --- a/.github/workflows/binaries_dev.yml +++ b/.github/workflows/binaries_dev.yml @@ -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 }}" |
