Skip to content

Commit 3c427a1

Browse files
committed
Implement GitHub actions to build exe on commits
1 parent 89309a6 commit 3c427a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wpf-app.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ jobs:
120120
- name: Create GitHub release
121121
uses: softprops/action-gh-release@v1
122122
with:
123-
tag_name: v${{ env.next_version }}
124-
name: v${{ env.next_version }}
123+
tag_name: ${{ env.next_version }}
124+
name: ${{ env.next_version }}
125125
files: |
126126
./bin/Release/x86/NWNLogRotator-x86.exe
127127
./bin/Release/x64/NWNLogRotator-x64.exe

0 commit comments

Comments
 (0)