diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index c24804f..71c289f 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -36,6 +36,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create-new-release.outputs.upload_url }} - asset_path: ./main.exe + asset_path: ./dist/main.exe asset_name: main-v${{ github.run_number }}.exe asset_content_type: application/x-msdownload