From 896da7426e896813f2c53a67abc310a490fdd4f4 Mon Sep 17 00:00:00 2001 From: uranuspucksaxophone <84784521+uranuspucksaxophone@users.noreply.github.com> Date: Thu, 8 Sep 2022 20:33:20 +0200 Subject: [PATCH] CI/CD artifact for experimental build --- .github/workflows/build.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7cab8d82..19962c7a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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