Skip to content

Commit

Permalink
ci: ✏️ fixed ci typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Jun 26, 2021
1 parent fc56db8 commit 63a4195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
file: target/release/${{ matrix.artifact_name }}
asset_name: ${{ matrix.asset_name }}
tag: ${{ github.ref }}
body: "See [CHANGELOG.md](./CHANGELOG.md) details."
body: "See [CHANGELOG.md](./CHANGELOG.md) for details."
# This builds and releases for musl
musl-build-release:
runs-on: ubuntu-latest # We cross-compile from Ubuntu
Expand All @@ -49,4 +49,4 @@ jobs:
file: target/x86_64-unknown-linux-musl/release/bonnie
asset_name: bonnie-musl-amd64
tag: ${{ github.ref }}
body: "See [CHANGELOG.md](./CHANGELOG.md) details."
body: "See [CHANGELOG.md](./CHANGELOG.md) for details."

0 comments on commit 63a4195

Please sign in to comment.