Skip to content

Commit

Permalink
update release code
Browse files Browse the repository at this point in the history
  • Loading branch information
samlhuillier committed Nov 28, 2023
1 parent aa2c5c0 commit 9358306
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,18 @@ jobs:
permissions:
contents: write
steps:
- name: Download Artifacts
uses: actions/download-artifact@v3
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
path: ./artifacts
node-version: "18"

- name: Install dependencies
run: npm install

- name: Create GitHub Release
- name: Build and Publish Electron App
run: npm exec electron-builder -- --publish always --win --mac --linux
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9358306

Please sign in to comment.