Skip to content

Commit

Permalink
Save compiled examples as artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
qtc-de committed Jul 17, 2024
1 parent 473dd67 commit edb0bee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ jobs:
mkdir -p ~/.vmodules/qtc_de
ln -s $(pwd) ~/.vmodules/qtc_de/rpv
make all
- name: Archive example executables
uses: actions/upload-artifact@v4
with:
name: rpv-compiled-examples
path: examples/*.exe

0 comments on commit edb0bee

Please sign in to comment.