Skip to content

Commit f928c94

Browse files
Update bsd.yml
1 parent bb31869 commit f928c94

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/bsd.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ concurrency:
1010
group: freebsd-ci-${{ github.ref }}
1111
cancel-in-progress: true
1212

13-
1413
jobs:
1514
freebsd:
1615
name: FreeBSD ${{ matrix.version }} Build
@@ -37,3 +36,9 @@ jobs:
3736
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release
3837
cmake --build build -- -j$(sysctl -n hw.ncpu)
3938
cd build && ctest --output-on-failure
39+
40+
- name: Upload FreeBSD binaries
41+
uses: actions/upload-artifact@v4
42+
with:
43+
name: freebsd-${{ matrix.version }}
44+
path: build/*

0 commit comments

Comments
 (0)