mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-03-22 02:16:09 -05:00
Attempt to fix other platforms
This commit is contained in:
parent
611bc37cb9
commit
e1a2cd1bd0
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user