mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 04:35:40 +00:00
Merge pull request #681 from Its-treason/bugfix/snap-build
fix(#581): Fix snap package build
This commit is contained in:
4
.github/workflows/release-snap.yml
vendored
4
.github/workflows/release-snap.yml
vendored
@@ -27,7 +27,9 @@ jobs:
|
||||
run: npm install --legacy-peer-deps
|
||||
|
||||
- name: Build Electron app
|
||||
run: npm run build:electron:snap
|
||||
run: |
|
||||
npm run build:bruno-query
|
||||
npm run build:electron:snap
|
||||
|
||||
- name: Install Snapcraft
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user