We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb31869 commit f928c94Copy full SHA for f928c94
1 file changed
.github/workflows/bsd.yml
@@ -10,7 +10,6 @@ concurrency:
10
group: freebsd-ci-${{ github.ref }}
11
cancel-in-progress: true
12
13
-
14
jobs:
15
freebsd:
16
name: FreeBSD ${{ matrix.version }} Build
@@ -37,3 +36,9 @@ jobs:
37
36
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release
38
cmake --build build -- -j$(sysctl -n hw.ncpu)
39
cd build && ctest --output-on-failure
+
40
+ - name: Upload FreeBSD binaries
41
+ uses: actions/upload-artifact@v4
42
+ with:
43
+ name: freebsd-${{ matrix.version }}
44
+ path: build/*
0 commit comments