Skip to content

Commit

Permalink
Append body in release
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed Jun 30, 2024
1 parent 614c2a6 commit abf97f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
with:
files: ${{ steps.build.outputs.asset_path }}
name: Karbo CLI Suite ${{ steps.build.outputs.krb_ver }}
append_body: true
body: |
[Download for Windows](../../releases/download/${{ steps.build.outputs.krb_ver }}/${{ steps.build.outputs.release_name }}) `SHA256: ${{ steps.build.outputs.sha256 }}`
env:
Expand Down Expand Up @@ -98,6 +99,7 @@ jobs:
with:
files: ${{ steps.build.outputs.asset_path }}
name: Karbo CLI Suite ${{ steps.build.outputs.krb_ver }}
append_body: true
body: |
[Download for macOS](../../releases/download/${{ steps.build.outputs.krb_ver }}/${{ steps.build.outputs.release_name }}) `SHA256: ${{ steps.build.outputs.sha256 }}`
env:
Expand Down Expand Up @@ -142,6 +144,7 @@ jobs:
with:
files: ${{ steps.build.outputs.asset_path }}
name: Karbo CLI Suite ${{ steps.build.outputs.krb_ver }}
append_body: true
body: |
[Download for Ubuntu 22.04](../../releases/download/${{ steps.build.outputs.krb_ver }}/${{ steps.build.outputs.release_name }}) `SHA256: ${{ steps.build.outputs.sha256 }}`
env:
Expand Down Expand Up @@ -186,6 +189,7 @@ jobs:
with:
files: ${{ steps.build.outputs.asset_path }}
name: Karbo CLI Suite ${{ steps.build.outputs.krb_ver }}
append_body: true
body: |
[Download for Ubuntu 20.04](../../releases/download/${{ steps.build.outputs.krb_ver }}/${{ steps.build.outputs.release_name }}) `SHA256: ${{ steps.build.outputs.sha256 }}`
env:
Expand Down

0 comments on commit abf97f2

Please sign in to comment.