Skip to content

Commit 2935022

Browse files
committed
artifacts upload.
1 parent 594f014 commit 2935022

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,11 @@ jobs:
5151

5252
# Build
5353
- name: Build
54-
run: cmake --build build --config Release --parallel
54+
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

Comments
 (0)