Skip to content

Commit c05ac9a

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/electron.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
os: [ macos-latest, ubuntu-latest, windows-latest]
1616

1717
steps:
18+
- name: Set frontend as working directory
19+
run: cd frontend
20+
1821
- name: Check out Git repository
1922
uses: actions/checkout@v4
2023

@@ -54,7 +57,3 @@ jobs:
5457
dist/*.tar.gz
5558
dist/*.yml
5659
dist/*.blockmap
57-
58-
defaults:
59-
run:
60-
working-directory: ./frontend

0 commit comments

Comments
 (0)