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: |