Skip to content

Commit

Permalink
ci: Adapt to changes to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jul 20, 2024
1 parent a5f7a3a commit 6c36c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
uses: actions/checkout@v4

- name: Install dependencies
run: npm install
run: npm ci

- name: Run installer build
run: npm run make
run: npm run make-electron

- name: Publish installer artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 6c36c47

Please sign in to comment.