Skip to content

Commit

Permalink
Fixing issue with windows build
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <malusevd99@gmail.com>
  • Loading branch information
Dusan Malusev committed Apr 30, 2021
1 parent 8fbcb2b commit b3d9127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -96,6 +96,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./bin/hosts
asset_path: ./bin/hosts.exe
asset_name: hosts-${{ matrix.os }}-${{ steps.git_tag.outputs.tag }}
asset_content_type: application/octet-stream

0 comments on commit b3d9127

Please sign in to comment.