Skip to content

Commit 0d92951

Browse files
authored
Update build_and_test.yml
1 parent c37b6f1 commit 0d92951

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ jobs:
2020
run: ninja -C build
2121
- name: Test
2222
run: ASAN_OPTIONS="detect_leaks=0" LD_PRELOAD="$(gcc -print-file-name=libasan.so)" meson test -C build --verbose
23-
- name: Upload build artifacts
23+
- name: Upload build artifacts for language bindings
2424
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v5.0.0
2525
with:
2626
name: build-artifacts
2727
path: |
28-
build/**/*.gir
29-
build/**/*.typelib
30-
build/**
28+
build/src/*.gir
29+
build/src/*.vapi

0 commit comments

Comments
 (0)