Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjadmrx committed Aug 4, 2023
1 parent d73b075 commit 13199d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Install dependencies
run: npm ci

- name: Install electron-builder
run: npm i electron-builder -g

Expand Down Expand Up @@ -66,6 +66,9 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Install dmg-license
run: npm i dmg-license

- name: Install electron-builder
run: npm i electron-builder -g

Expand Down

0 comments on commit 13199d3

Please sign in to comment.