From f1960bae5edb5fd125a3ca382b514ded49f5ea3c Mon Sep 17 00:00:00 2001 From: Matteo Salvi Date: Sun, 31 Dec 2023 18:12:32 +0100 Subject: [PATCH] Added upload demos build --- .github/workflows/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c6a83150..b1b85450 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -159,3 +159,10 @@ jobs: - name: Validate Cache if: steps.cache.outputs.cache-hit == 'true' run: ${{ matrix.lazbuild }} --version && echo "success=true" >> $GITHUB_OUTPUT || echo "success=false" >> $GITHUB_OUTPUT + + - name: Upload the Build Artifact + uses: actions/upload-artifact@v3.1.1 + with: + name: demos_${{ matrix.build-widgetset }} + path: | + ${{ env.VTV_SOURCE }}/Demos/**/*.exe