From e1a2cd1bd03d4bf05143dccb29fdb43d03464eb0 Mon Sep 17 00:00:00 2001 From: shinra-electric <50119606+shinra-electric@users.noreply.github.com> Date: Tue, 27 Jan 2026 13:44:24 +0000 Subject: [PATCH] Attempt to fix other platforms --- .github/workflows/build.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc2cba8e..bbd07187 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,9 +79,6 @@ jobs: run: | cmake --build build - - name: Prepare artifact - run: mv bin/Cemu_release bin/Cemu - - name: Upload artifact uses: actions/upload-artifact@v4 with: @@ -183,9 +180,6 @@ jobs: cd build cmake --build . --config ${{ env.BUILD_MODE }} - - name: Prepare artifact - run: Rename-Item bin/Cemu_release.exe Cemu.exe - - name: Build NSIS Installer shell: cmd run: |