mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 01:24:41 -06:00
Fix cemu experimental artifact uploading
This commit is contained in:
parent
2f9992ef53
commit
4134fd788f
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -107,7 +107,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: cemu-bin-linux-x64-experimental
|
||||
path: ./bin/Cemu_debug
|
||||
path: ./bin/Cemu_experimental
|
||||
|
||||
build-windows:
|
||||
runs-on: windows-2022
|
||||
@ -224,4 +224,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: cemu-bin-windows-x64-experimental
|
||||
path: ./bin/Cemu_debug
|
||||
path: ./bin/Cemu_experimental
|
||||
|
||||
Loading…
Reference in New Issue
Block a user