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 594f014 commit 2935022Copy full SHA for 2935022
.github/workflows/build.yml
@@ -51,4 +51,11 @@ jobs:
51
52
# Build
53
- name: Build
54
- run: cmake --build build --config Release --parallel
+ run: cmake --build build --config Release --parallel
55
+
56
+ # Upload artifacts per compiler
57
+ - name: Upload build artifacts
58
+ uses: actions/upload-artifact@v4
59
+ with:
60
+ name: rtl-test-binaries-${{ matrix.compiler }}
61
+ path: build/ # adjust if your test binaries go to a different folder
0 commit comments