add missing sub-path

This commit is contained in:
Anton Bracke 2022-02-22 10:44:21 +01:00
parent 41be011d5e
commit 3779c4b7db
No known key found for this signature in database
GPG Key ID: B1222603899C6B25

View File

@ -190,7 +190,7 @@ jobs:
- name: "Install dependencies" - name: "Install dependencies"
run: yarn install --froze-lockfile run: yarn install --froze-lockfile
working-directory: "desktop" working-directory: "desktop/electron"
- name: "Build" - name: "Build"
run: yarn build run: yarn build