diff options
| author | Alexander <4584443+DragonStuff@users.noreply.github.com> | 2021-08-29 12:12:30 +0900 |
|---|---|---|
| committer | Alexander <4584443+DragonStuff@users.noreply.github.com> | 2021-08-29 12:12:30 +0900 |
| commit | aeda4be42c53d8a8f0c02c4be07877c3d0fda1b0 (patch) | |
| tree | 1a7c2fb4815987189524d64094dc13df74e1facb /.github/workflows/release_binaries.yml | |
| parent | e2aaa3e2f34198522c3d4824a697f80aa81ffe77 (diff) | |
| download | seaweedfs-aeda4be42c53d8a8f0c02c4be07877c3d0fda1b0.tar.xz seaweedfs-aeda4be42c53d8a8f0c02c4be07877c3d0fda1b0.zip | |
fix(ci): use cleaner naming for jobs
Diffstat (limited to '.github/workflows/release_binaries.yml')
| -rw-r--r-- | .github/workflows/release_binaries.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release_binaries.yml b/.github/workflows/release_binaries.yml index 0e8510d14..678f107d4 100644 --- a/.github/workflows/release_binaries.yml +++ b/.github/workflows/release_binaries.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: Build Versioned Releases +name: "go: build versioned binaries" on: release: |
