From 53e20563692256851a6d7a3fb5cd6c58cb4ca21e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gian=20Sa=C3=9F?= Date: Thu, 19 Sep 2024 21:40:56 +0200 Subject: [PATCH] upload correct file --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a73b86..889788e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: .\Debug\NTop.exe + asset_path: .\Release\NTop.exe asset_name: NTop.exe asset_content_type: application/vnd.microsoft.portable-executable