Skip to content

Commit

Permalink
ci: combine jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastCicada committed Jun 3, 2024
1 parent 9d2338f commit 768fa70
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-installers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ jobs:
with:
node-version: '20.10'

- name: Install Husky
run: npm install --save-dev husky
# - name: Install Husky
# run: npm install --save-dev husky

- name: npm install
run: |
Expand All @@ -145,9 +145,10 @@ jobs:
npm cache verify
echo "Run npm install"
npm install
npm run electron:package:linux
- name: Build electron app
run: npm run electron:package:linux
# - name: Build electron app
# run: npm run electron:package:linux

- name: Rename Linux installer to be standard format for apt
run: |
Expand Down

0 comments on commit 768fa70

Please sign in to comment.