mirror of
https://github.com/jahruz67/wisp-open.git
synced 2026-08-08 18:14:08 +00:00
Refactor CI workflow: update package installation and artifact upload steps
This commit is contained in:
@@ -33,7 +33,9 @@ jobs:
|
||||
libgtk-3-dev \
|
||||
libwebkit2gtk-4.1-dev \
|
||||
libasound2-dev \
|
||||
libayatana-appindicator3-dev
|
||||
libayatana-appindicator3-dev \
|
||||
dpkg-dev \
|
||||
rpm
|
||||
|
||||
- name: Install frontend dependencies
|
||||
run: npm install
|
||||
@@ -42,8 +44,17 @@ jobs:
|
||||
- name: Build app
|
||||
run: bash scripts/build-linux.sh --no-install
|
||||
|
||||
- name: Upload binary
|
||||
- name: Package .deb and .rpm
|
||||
run: bash scripts/package-linux.sh
|
||||
|
||||
- name: Upload .deb package
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: wis-free-v3-linux-amd64
|
||||
path: build/bin/wis-free-v3
|
||||
name: wis-free-v3-linux-deb
|
||||
path: dist/packages/*.deb
|
||||
|
||||
- name: Upload .rpm package
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: wis-free-v3-linux-rpm
|
||||
path: dist/packages/*.rpm
|
||||
|
||||
Reference in New Issue
Block a user