From 2c6a5ca97187feec99fbd2805422323e66d0cf4e Mon Sep 17 00:00:00 2001 From: nkanaev Date: Fri, 21 Mar 2025 08:28:53 +0000 Subject: [PATCH] fix windows file extension --- .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 9fdafba..ad4afc7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,13 +62,13 @@ jobs: with: id: windows_arm64_gui cmd: make windows_arm64_gui - out: out/windows_arm64_gui/yarr.app + out: out/windows_arm64_gui/yarr.exe - name: Build amd64 gui uses: ./.github/actions/prepare with: id: windows_amd64_gui cmd: make windows_amd64_gui - out: out/windows_amd64_gui/yarr.app + out: out/windows_amd64_gui/yarr.exe - name: Build arm64 uses: ./.github/actions/prepare with: