Skip to content

Commit 036c7b6

Browse files
author
Leonid Genkin
committed
Add EXE to release
1 parent 187b2fc commit 036c7b6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-msi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
- name: Release
2828
uses: softprops/action-gh-release@v1
2929
with:
30-
files: winetd.msi
30+
files: |
31+
winetd.msi
32+
target\release\winetd.exe
3133
env:
3234
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)