Skip to content

Commit 1c29ff7

Browse files
Update go.yml
1 parent 81930ef commit 1c29ff7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/go.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,13 @@ jobs:
8888
uses: actions/download-artifact@v4
8989
with:
9090
path: artifacts
91-
91+
9292
- name: Create Release and Upload Assets
9393
uses: softprops/action-gh-release@v2
9494
with:
9595
tag_name: ${{ github.event.inputs.tag_name }}
96-
name: "Release ${{ github.event.inputs.tag_name }}"
97-
body: ""
96+
name: Release ${{ github.event.inputs.tag_name }}
97+
body: |
98+
## Installion
9899
files: artifacts/**/*.zip
100+

0 commit comments

Comments
 (0)