Skip to content

Commit

Permalink
Implement GitHub actions to build exe on commits
Browse files Browse the repository at this point in the history
  • Loading branch information
voc0der committed Dec 3, 2024
1 parent 89309a6 commit 3c427a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wpf-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ jobs:
- name: Create GitHub release
uses: softprops/action-gh-release@v1
with:
tag_name: v${{ env.next_version }}
name: v${{ env.next_version }}
tag_name: ${{ env.next_version }}
name: ${{ env.next_version }}
files: |
./bin/Release/x86/NWNLogRotator-x86.exe
./bin/Release/x64/NWNLogRotator-x64.exe
Expand Down

0 comments on commit 3c427a1

Please sign in to comment.