mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
build(release): add rpm build for Linux
This commit is contained in:
parent
1cd49130dd
commit
e3c7a72eee
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
extension: dmg
|
||||
- name: linux
|
||||
image: ubuntu-latest
|
||||
extension: deb
|
||||
extension: [deb, rpm]
|
||||
- name: windows
|
||||
image: windows-latest
|
||||
extension: exe
|
||||
@ -37,6 +37,9 @@ jobs:
|
||||
- name: Set up Python for appdmg to be installed
|
||||
if: ${{ matrix.os.name == 'macos' }}
|
||||
run: brew install python-setuptools
|
||||
- name: Install rpm on Ubuntu for RPM package building
|
||||
if: ${{ matrix.os.name == 'linux' }}
|
||||
run: sudo apt install rpm
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Update build info
|
||||
|
Loading…
x
Reference in New Issue
Block a user