Skip to content

Commit

Permalink
fix electron-builder overwrite file
Browse files Browse the repository at this point in the history
  • Loading branch information
qishibo committed Apr 27, 2023
1 parent 345f4cd commit 392eaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run pack:prepare
- run: npm run pack:mac:publish
- run: npm run pack:macm1:publish
- run: npm run pack:mac:publish

0 comments on commit 392eaf2

Please sign in to comment.