From 18ee720271045211c53dacc27282577452a2f584 Mon Sep 17 00:00:00 2001 From: Bipin <87369440+bipinkrish@users.noreply.github.com> Date: Thu, 23 Feb 2023 15:34:06 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c544ef8..d2c7565 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -73,7 +73,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./Linux Build/*.bin + asset_path: ./Linux Build/DeGourou.bin asset_name: DeGourou asset_content_type: application/gzip @@ -93,6 +93,6 @@ jobs: GITHUB_TOKEN: ${{ github.token }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./Windows Build/*.exe + asset_path: ./Windows Build/DeGourou.exe asset_name: DeGourou.exe asset_content_type: application/zip