Attempt to fix other platforms

This commit is contained in:
shinra-electric 2026-01-27 13:44:24 +00:00
parent 611bc37cb9
commit e1a2cd1bd0

View File

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