From 0cf8c859a83473d7c46fa3195eac358787fedec2 Mon Sep 17 00:00:00 2001 From: HIM049 Date: Sun, 14 Jan 2024 23:41:12 +0800 Subject: [PATCH] chore (Github Action) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 873917b..bdfee59 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: uses: dAppServer/wails-build-action@v2.2 with: # The name of the binary file - build-name: 'BADownloader-macos' + build-name: BADownloader # Platform to build for build-platform: darwin @@ -40,7 +40,7 @@ jobs: uses: dAppServer/wails-build-action@v2.2 with: # The name of the binary file - build-name: BADownloader-windows.exe + build-name: BADownloader.exe # Platform to build for build-platform: windows