fix(ci): missing os name in server release artifact

This commit is contained in:
Elian Doran 2025-02-17 19:53:25 +02:00
parent 4dd531e036
commit fabafeac86
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,7 @@ jobs:
- name: Run the build
uses: ./.github/actions/build-server
with:
os: linux
arch: ${{ matrix.arch }}
- name: Publish release

View File

@ -65,6 +65,7 @@ jobs:
- name: Run the build
uses: ./.github/actions/build-server
with:
os: linux
arch: ${{ matrix.arch }}
- name: Publish release