mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 01:24:41 -06:00
Specify artifact upload directory
This commit is contained in:
parent
bea1a2ccd3
commit
ffdf4771ae
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -94,21 +94,21 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: cemu-bin-linux-x64-release
|
||||
path: ./Cemu_release
|
||||
path: ./bin/Cemu_release
|
||||
|
||||
- name: Upload artifact (debug)
|
||||
if: ${{ inputs.deploymode != 'release' }}
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: cemu-bin-linux-x64-debug
|
||||
path: ./Cemu_debug
|
||||
path: ./bin/Cemu_debug
|
||||
|
||||
- name: Upload artifact (experimental)
|
||||
if: ${{ inputs.experimentalversion != '' }}
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: cemu-bin-linux-x64-experimental
|
||||
path: ./Cemu_debug
|
||||
path: ./bin/Cemu_debug
|
||||
|
||||
build-windows:
|
||||
runs-on: windows-2022
|
||||
@ -212,18 +212,18 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: cemu-bin-windows-x64-release
|
||||
path: ./Cemu_release
|
||||
path: ./bin/Cemu_release
|
||||
|
||||
- name: Upload artifact (debug)
|
||||
if: ${{ inputs.deploymode != 'release' }}
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: cemu-bin-windows-x64-debug
|
||||
path: ./Cemu_debug
|
||||
path: ./bin/Cemu_debug
|
||||
|
||||
- name: Upload artifact (experimental)
|
||||
if: ${{ inputs.experimentalversion != '' }}
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: cemu-bin-windows-x64-experimental
|
||||
path: ./Cemu_debug
|
||||
path: ./bin/Cemu_debug
|
||||
|
||||
Loading…
Reference in New Issue
Block a user