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 }}