forked from extern/bruno
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
|
run: npm install --legacy-peer-deps
|
||||||
|
|
||||||
- name: Build Electron app
|
- name: Build Electron app
|
||||||
run: npm run build:electron:snap
|
run: |
|
||||||
|
npm run build:bruno-query
|
||||||
|
npm run build:electron:snap
|
||||||
|
|
||||||
- name: Install Snapcraft
|
- name: Install Snapcraft
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user