1
0
mirror of https://github.com/usebruno/bruno.git synced 2025-07-08 00:07:20 +02:00

fix: updated electron build command

This commit is contained in:
Anoop M D
2023-10-12 09:51:35 +05:30
parent fbfdfdca04
commit 1298df384d

@ -27,7 +27,7 @@ jobs:
run: npm install --legacy-peer-deps run: npm install --legacy-peer-deps
- name: Build Electron app - name: Build Electron app
run: npm run build run: npm run build:electron:snap
- name: Install Snapcraft - name: Install Snapcraft
run: | run: |