mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 16:03:39 +01:00
Merge pull request #681 from Its-treason/bugfix/snap-build
fix(#581): Fix snap package build
This commit is contained in:
commit
f75121d426
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: |
|
||||
|
Loading…
Reference in New Issue
Block a user