Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sametcn99 authored May 15, 2024
1 parent 6385fc5 commit c9ad38a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
with:
node-version: 20
- name: install dependencies
run: npm install
run: npm ci
- name: install appdmg
run: npm i -g appdmg
run: npm i appdmg
- name: build
run: npm run make

Expand Down

0 comments on commit c9ad38a

Please # to comment.