From 6f7971f09423a8324b1f2236da7d393a09da94c0 Mon Sep 17 00:00:00 2001 From: parthpetkar Date: Mon, 1 Jul 2024 17:47:13 +0530 Subject: [PATCH] MInor Changes --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c2582cd..4c42b4c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,6 +43,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: build/out/make/squirrel.windows/x64/invoice_gen-1.0.0\ Setup.exe + asset_path: build/out/make/squirrel.windows/x64/invoice_gen-1.0.0 Setup.exe asset_name: invoice_gen-1.0.0-setup-win.exe asset_content_type: application/octet-stream