mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 01:24:41 -06:00
CI/CD artifact for experimental build
This commit is contained in:
parent
7418e93cd0
commit
896da7426e
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -102,6 +102,13 @@ jobs:
|
||||
name: cemu-bin-linux-x64-debug
|
||||
path: ./Cemu_debug
|
||||
|
||||
- name: Upload artifact (experimental)
|
||||
if: ${{ inputs.experimentalversion != '' }}
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: cemu-bin-linux-x64-experimental
|
||||
path: ./Cemu_debug
|
||||
|
||||
build-windows:
|
||||
runs-on: windows-2022
|
||||
steps:
|
||||
@ -211,3 +218,10 @@ jobs:
|
||||
with:
|
||||
name: cemu-bin-windows-x64-debug
|
||||
path: ./Cemu_debug
|
||||
|
||||
- name: Upload artifact (experimental)
|
||||
if: ${{ inputs.experimentalversion != '' }}
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: cemu-bin-windows-x64-experimental
|
||||
path: ./Cemu_debug
|
||||
|
||||
Loading…
Reference in New Issue
Block a user