Fix windows artifact uploading

This commit is contained in:
uranuspucksaxophone 2022-09-08 22:07:07 +02:00 committed by GitHub
parent 4134fd788f
commit 6a967eb2c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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