Skip to content

Commit 8104e34

Browse files
committed
fix: GitHub Actions workflow build error
1 parent 8b23e62 commit 8104e34

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/build-and-release.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)