diff --git a/.github/workflows/nestbuildmatrix.yml b/.github/workflows/nestbuildmatrix.yml
index 62b3651fa5..8423e87f6e 100644
--- a/.github/workflows/nestbuildmatrix.yml
+++ b/.github/workflows/nestbuildmatrix.yml
@@ -720,7 +720,9 @@ jobs:
         if: always()
         with:
           name: "build-logs-${{ matrix.os }}-${{ matrix.cpp_compiler }}-${{ matrix.use }}"
-          path: /home/runner/work/nest-simulator/nest-simulator/build/test_report_*/
+          path: |
+            build/install_manifest.txt
+            build/test_report_*/
 
   build_macos:
     if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}
@@ -845,5 +847,7 @@ jobs:
         uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
         if: ${{ always() }}
         with:
-          name: "build_logs_macos"
-          path: /Users/runner/work/nest-simulator/nest-simulator/build/test_report_*/
+          name: "${{ matrix.NEST_BUILD_TYPE }}-build-logs-${{ matrix.os }}-${{ matrix.cpp_compiler }}"
+          path: |
+            build/install_manifest.txt
+            build/test_report_*/