We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81930ef commit 1c29ff7Copy full SHA for 1c29ff7
.github/workflows/go.yml
@@ -88,11 +88,13 @@ jobs:
88
uses: actions/download-artifact@v4
89
with:
90
path: artifacts
91
-
+
92
- name: Create Release and Upload Assets
93
uses: softprops/action-gh-release@v2
94
95
tag_name: ${{ github.event.inputs.tag_name }}
96
- name: "Release ${{ github.event.inputs.tag_name }}"
97
- body: ""
+ name: Release ${{ github.event.inputs.tag_name }}
+ body: |
98
+ ## Installion
99
files: artifacts/**/*.zip
100
0 commit comments