From 0ebeb3742dbf5d0baa77f0f0da7b0165d5bd7a36 Mon Sep 17 00:00:00 2001 From: Richard H Date: Tue, 17 Oct 2023 00:47:25 +0200 Subject: [PATCH] try another approach --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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