Add artifact upload to FreeBSD CI job

This commit is contained in:
realdaemon 2026-04-03 14:18:08 -05:00
parent 5ce8c4a2e0
commit fa5787a077

View File

@ -302,6 +302,12 @@ jobs:
cmake --build build --verbose --config Release cmake --build build --verbose --config Release
cd build && cpack . cd build && cpack .
- name: Upload Build Artifacts
uses: actions/upload-artifact@v4
with:
name: 'FreeBSD'
path: build/dist/isle-*
flatpak: flatpak:
name: "Flatpak (${{ matrix.arch }})" name: "Flatpak (${{ matrix.arch }})"
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}