Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
isaxk committed Aug 2, 2024
1 parent 8325c65 commit e6a4600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm install

- name: Build electron
run: npm build && npm pack:win && npm pack:mac
run: npm run build && npm run pack:win && npm run pack:mac

- name: Build electron
run: ls dist
Expand Down

0 comments on commit e6a4600

Please sign in to comment.