mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-02 02:41:34 +08:00
fix(ci): missing os name in server release artifact
This commit is contained in:
parent
4dd531e036
commit
fabafeac86
1
.github/workflows/nightly.yml
vendored
1
.github/workflows/nightly.yml
vendored
@ -75,6 +75,7 @@ jobs:
|
||||
- name: Run the build
|
||||
uses: ./.github/actions/build-server
|
||||
with:
|
||||
os: linux
|
||||
arch: ${{ matrix.arch }}
|
||||
|
||||
- name: Publish release
|
||||
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -65,6 +65,7 @@ jobs:
|
||||
- name: Run the build
|
||||
uses: ./.github/actions/build-server
|
||||
with:
|
||||
os: linux
|
||||
arch: ${{ matrix.arch }}
|
||||
|
||||
- name: Publish release
|
||||
|
Loading…
x
Reference in New Issue
Block a user