diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index f04d829..45ff542 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -76,6 +76,6 @@ jobs:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         with:
           upload_url: ${{ steps.create_release.outputs.upload_url }}
-          asset_path: dist
+          asset_path: dist/update-tool.exe
           asset_name: update-tool.exe
           asset_content_type: application/octet-stream