Skip to content

Commit

Permalink
webpack buildを忘れていた
Browse files Browse the repository at this point in the history
  • Loading branch information
gecko655 committed May 4, 2021
1 parent 126ec28 commit 8c4aefa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/electron-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
with:
node-version: 14

- name: Webpack build
run: npm run webpack-prod

- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1
with:
Expand Down

0 comments on commit 8c4aefa

Please sign in to comment.