File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -84,18 +84,18 @@ jobs:
8484 $exeName = "${{ steps.build_executable.outputs.exe_name }}"
8585 $exePath = "${{ steps.build_executable.outputs.exe_path }}"
8686 $notes = @"
87- # # Changes in v$version
88-
89- This release includes the latest changes from the main branch.
90-
91- # ## Download
92- Download the ``$exeName`` file below and run it to use the latest version.
93-
94- # ## Installation
95- 1. Download ``$exeName``
96- 2. Run the executable
97- 3. Follow the setup wizard
98- " @
87+ ## Changes in v$version
88+
89+ This release includes the latest changes from the main branch.
90+
91+ ### Download
92+ Download the ``$exeName`` file below and run it to use the latest version.
93+
94+ ### Installation
95+ 1. Download ``$exeName``
96+ 2. Run the executable
97+ 3. Follow the setup wizard
98+ "@
9999 gh release create "v$version" --title "Release v$version" --notes $notes $exePath
100100 env :
101101 GITHUB_TOKEN : ${{ secrets.PAT_TOKEN }}
You can’t perform that action at this time.
0 commit comments