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 c5595bd
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest]

defaults:
run:
working-directory: ./frontend

steps:
- name: Check out Git repository
uses: actions/checkout@v4
Expand All @@ -22,7 +26,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'

- name: Install Dependencies
run: npm install
Expand All @@ -44,17 +47,13 @@ jobs:
with:
draft: true
files: |
dist/*.exe
dist/*.zip
dist/*.dmg
dist/*.AppImage
dist/*.snap
dist/*.deb
dist/*.rpm
dist/*.tar.gz
dist/*.yml
dist/*.blockmap
defaults:
run:
working-directory: ./frontend
frontend/dist/*.exe
frontend/dist/*.zip
frontend/dist/*.dmg
frontend/dist/*.AppImage
frontend/dist/*.snap
frontend/dist/*.deb
frontend/dist/*.rpm
frontend/dist/*.tar.gz
frontend/dist/*.yml
frontend/dist/*.blockmap

0 comments on commit c5595bd

Please sign in to comment.