Skip to content

Commit 9954488

Browse files
committed
Hotfix: electron building
1 parent 26cb0f8 commit 9954488

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/electron.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
matrix:
1515
os: [ macos-latest, ubuntu-latest, windows-latest]
1616

17+
defaults:
18+
run:
19+
working-directory: ./frontend
20+
1721
steps:
1822
- name: Check out Git repository
1923
uses: actions/checkout@v4
@@ -54,7 +58,3 @@ jobs:
5458
dist/*.tar.gz
5559
dist/*.yml
5660
dist/*.blockmap
57-
58-
defaults:
59-
run:
60-
working-directory: ./frontend

0 commit comments

Comments
 (0)