Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha authored Sep 30, 2020
1 parent 505824a commit bfa4c6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- uses: actions/setup-node@v1
- name: Install dependencies
run: npm install
- name: Patch dependencies
run: npx patch-package
- name: Build application for ${{ matrix.os }}
run: npm run electron:publish
env:
Expand Down

0 comments on commit bfa4c6d

Please sign in to comment.