Skip to content

Commit

Permalink
Update build_electron_app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beniroquai authored Jan 23, 2024
1 parent dbbd355 commit e234909
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_electron_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
run: yarn install

- name: Compile
run: yarn make:${{ matrix.platform }}

run: DEBUG=electron-forge:* yarn make:${{ matrix.platform }}
env:
CI: true

# Build for each platform
- name: Build Electron App for ${{ matrix.platform }}
run: yarn make:${{ matrix.platform }}
Expand Down

0 comments on commit e234909

Please sign in to comment.