diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 395defa..93d081d 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -68,6 +68,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./dist/main.exe + asset_path: ./dist/main asset_name: KMeans-KNN_${{ steps.get_version.outputs.version }}.exe asset_content_type: application/octet-stream