Skip to content

Commit edb0bee

Browse files
committed
Save compiled examples as artifacts
1 parent 473dd67 commit edb0bee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-examples.yml

+6
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,9 @@ jobs:
3737
mkdir -p ~/.vmodules/qtc_de
3838
ln -s $(pwd) ~/.vmodules/qtc_de/rpv
3939
make all
40+
41+
- name: Archive example executables
42+
uses: actions/upload-artifact@v4
43+
with:
44+
name: rpv-compiled-examples
45+
path: examples/*.exe

0 commit comments

Comments
 (0)