Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit e768d01

Browse files
committed
Fix CI/CD pipeline
1 parent c61d3a0 commit e768d01

File tree

7 files changed

+2
-129
lines changed

7 files changed

+2
-129
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/1-Bug_report.md

Lines changed: 0 additions & 67 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/2-Question.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/3-Feature_request.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/config.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/stale.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
run: npm install
2323
- name: Run tests
2424
run: npm test
25+
- name: Build the Electron App
26+
run: npm run package
2527
- name: Build/release Electron app
2628
uses: samuelmeuli/action-electron-builder@v1
2729
with:

0 commit comments

Comments
 (0)