diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 91ec050..91323f1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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