Skip to content

Commit f24df95

Browse files
Update release.yml
1 parent 2f798f1 commit f24df95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,9 @@ jobs:
129129
run: |
130130
sudo apt update
131131
yarn make:snapcraft
132+
cd electron-app
133+
set +e
134+
yarn build
135+
set -e
132136
env:
133137
SNAPCRAFT_BUILD_ENVIRONMENT: host

0 commit comments

Comments
 (0)