From 7d18b079500732c2b2adb5ee9ee06954438aa43c Mon Sep 17 00:00:00 2001 From: heronimus Date: Thu, 19 Oct 2023 20:33:55 +0700 Subject: [PATCH] chore(ci): fix release name & desc --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c6ef0e2..60ff445 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,18 +13,18 @@ jobs: name: Build uses: ./.github/workflows/build.yml@${{ github.sha }} - go-build: - name: Run Go Build + release: + name: Release world-cli binary runs-on: ubuntu-latest strategy: matrix: go-version: [1.21.x] steps: - - name: Download coverage output file + - name: Download world-cli build binary uses: actions/download-artifact@v3 with: name: world-cli - - name: Publish binary to Github Release + - name: Publish world-cli binary to corresponding Github Release uses: skx/github-action-publish-binaries@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}