mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-05-01 18:13:57 +00:00
Add artifact upload to FreeBSD CI job
This commit is contained in:
parent
5ce8c4a2e0
commit
fa5787a077
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -302,6 +302,12 @@ jobs:
|
||||
cmake --build build --verbose --config Release
|
||||
cd build && cpack .
|
||||
|
||||
- name: Upload Build Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: 'FreeBSD'
|
||||
path: build/dist/isle-*
|
||||
|
||||
flatpak:
|
||||
name: "Flatpak (${{ matrix.arch }})"
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user