nova-betterchat/.github/workflows/publish.yml
Jing Hua 4903399d56
feat: desktop app (#169)
* electron

* github actions

* fix publish.yml

* more concise

* update linux target

* gitignore add newline
2023-03-30 13:58:59 +08:00

28 lines
503 B
YAML

name: Build and publish desktop app
on:
workflow_dispatch:
concurrency:
group: 'publish'
cancel-in-progress: true
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: yarn
- name: Build
run: yarn make