Skip to content

Commit

Permalink
chore(ci): fix release name & desc
Browse files Browse the repository at this point in the history
  • Loading branch information
heronimus committed Oct 19, 2023
1 parent 2b076e7 commit 7d18b07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 7d18b07

Please sign in to comment.