mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Fix build workflow
This commit is contained in:
@@ -9,6 +9,7 @@ on:
|
||||
- 'package.json'
|
||||
- 'package-lock.json'
|
||||
- 'frontend/electron/**'
|
||||
- '.github/workflows/build.yml'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -35,6 +36,7 @@ jobs:
|
||||
run: npm run frontend:electron:dependencies
|
||||
|
||||
- name: Build Electron app
|
||||
shell: bash
|
||||
run: npm run build:electron
|
||||
|
||||
- name: Upload artifact
|
||||
|
||||
Reference in New Issue
Block a user