Skip to content

Commit

Permalink
github: Add dmg-license to mac workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
colin969 committed Jul 24, 2022
1 parent 48382ec commit 427413e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
env:
CI: true
- name: Install dmg-license
if: matrix.os == 'macOS-latest'
run: npm i dmg-license
- name: Build and Release
run: npm run release
env:
Expand Down

0 comments on commit 427413e

Please sign in to comment.