Skip to content

Commit

Permalink
Added upload demos build
Browse files Browse the repository at this point in the history
  • Loading branch information
salvadorbs committed Jan 1, 2024
1 parent 919c047 commit 2855e9a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.config.build-widgetset }}
path: |
${{ env.VTV_SOURCE }}/Demos/**/*.exe

0 comments on commit 2855e9a

Please sign in to comment.