Skip to content

Commit

Permalink
feat: add electron builder on create release
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfferreira authored Nov 2, 2023
1 parent ac5c8ef commit 0a65ce6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ jobs:
- name: 📦 Install Node dependencies and build
run: npm install

- name: ✍️ Publish package
run: npm publish --provenance
- name: 🐍 Install Python dependencies
run: pip install -r requirements.txt

- name: ✍️ Release Electron app
uses: samuelmeuli/[email protected]

create-github-release:
name: 💎 Create GitHub Release
Expand Down

0 comments on commit 0a65ce6

Please sign in to comment.