diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 11c22d9..eeb53a9 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -24,4 +24,8 @@ jobs: - name: Building project run: ninja -C build - name: Running tests - run: ninja test -C build \ No newline at end of file + run: ninja test -C build + - uses: actions/upload-artifact@v4 + with: + name: meson-logs + path: build/meson-logs/ \ No newline at end of file