We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37b6f1 commit 0d92951Copy full SHA for 0d92951
.github/workflows/build_and_test.yml
@@ -20,11 +20,10 @@ jobs:
20
run: ninja -C build
21
- name: Test
22
run: ASAN_OPTIONS="detect_leaks=0" LD_PRELOAD="$(gcc -print-file-name=libasan.so)" meson test -C build --verbose
23
- - name: Upload build artifacts
+ - name: Upload build artifacts for language bindings
24
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v5.0.0
25
with:
26
name: build-artifacts
27
path: |
28
- build/**/*.gir
29
- build/**/*.typelib
30
- build/**
+ build/src/*.gir
+ build/src/*.vapi
0 commit comments