Skip to content

Commit

Permalink
add deps on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
antondlr committed Aug 7, 2023
1 parent 820e70a commit c03f6b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ jobs:
if [[ $PLATFORM != 'macos-latest' ]]; then
make release
else
yarn
yarn build
electron-forge make --arch=$matrix.arch_short
electron-forge make --arch=${{ matrix.arch_short }}
fi
- name: Move unsigned packages (*nix)
Expand Down

0 comments on commit c03f6b3

Please sign in to comment.