CI/CD artifact for experimental build

This commit is contained in:
uranuspucksaxophone 2022-09-08 20:33:20 +02:00 committed by GitHub
parent 7418e93cd0
commit 896da7426e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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