mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 01:24:41 -06:00
Fix windows artifact uploading
This commit is contained in:
parent
4134fd788f
commit
6a967eb2c0
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -210,18 +210,18 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: cemu-bin-windows-x64-release
|
||||
path: ./bin/Cemu_release
|
||||
path: ./bin/Cemu_release.exe
|
||||
|
||||
- name: Upload artifact (debug)
|
||||
if: ${{ inputs.deploymode != 'release' }}
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: cemu-bin-windows-x64-debug
|
||||
path: ./bin/Cemu_debug
|
||||
path: ./bin/Cemu_debug.exe
|
||||
|
||||
- name: Upload artifact (experimental)
|
||||
if: ${{ inputs.experimentalversion != '' }}
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: cemu-bin-windows-x64-experimental
|
||||
path: ./bin/Cemu_experimental
|
||||
path: ./bin/Cemu_experimental.exe
|
||||
|
||||
Loading…
Reference in New Issue
Block a user