Skip to content

Commit b3d9127

Browse files
author
Dusan Malusev
committed
Fixing issue with windows build
Signed-off-by: Dusan Malusev <[email protected]>
1 parent 8fbcb2b commit b3d9127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ jobs:
9696
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9797
with:
9898
upload_url: ${{ needs.release.outputs.upload_url }}
99-
asset_path: ./bin/hosts
99+
asset_path: ./bin/hosts.exe
100100
asset_name: hosts-${{ matrix.os }}-${{ steps.git_tag.outputs.tag }}
101101
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)