Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
isaxk committed Aug 21, 2024
1 parent 3ab367b commit feae21f
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 run build && npm run pack:win && npm run pack:mac
run: npm run build:win && npm run build:mac

- name: Build electron
run: ls dist
Expand Down

0 comments on commit feae21f

Please sign in to comment.