diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ea1119..b5e8bce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,6 +46,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ github.event.release.upload_url }} - asset_path: .\dist\ + asset_path: .\dist\threedy.exe asset_name: threedy.exe asset_content_type: application/octet-stream