Skip to content

Commit

Permalink
Hotfix: electron building
Browse files Browse the repository at this point in the history
  • Loading branch information
printer83mph committed Apr 14, 2024
1 parent 26cb0f8 commit c05ac9a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
os: [ macos-latest, ubuntu-latest, windows-latest]

steps:
- name: Set frontend as working directory
run: cd frontend

- name: Check out Git repository
uses: actions/checkout@v4

Expand Down Expand Up @@ -54,7 +57,3 @@ jobs:
dist/*.tar.gz
dist/*.yml
dist/*.blockmap
defaults:
run:
working-directory: ./frontend

0 comments on commit c05ac9a

Please sign in to comment.