Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrulelinks authored Jun 10, 2024
1 parent 502f21a commit 56cf837
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
node-version: '16'
registry-url: 'https://registry.npmjs.org'
- name: Install npm modules
run: npm i
run: |
npm i
npm i grunt-appdmg
- name: Grunt
run: grunt
- name: Upload artifact
Expand Down Expand Up @@ -63,7 +65,9 @@ jobs:
node-version: '16'
registry-url: 'https://registry.npmjs.org'
- name: Install npm modules
run: npm i
run: |
npm i
npm i grunt-appdmg
- name: Install grunt
run: sudo npm i -g grunt-cli
- name: Grunt
Expand Down

0 comments on commit 56cf837

Please sign in to comment.