Skip to content

Commit

Permalink
trying to fix the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoxolotl committed Jun 21, 2024
1 parent 0c427b3 commit 5001766
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm install --save-dev @electron-forge/cli
- run: npx electron-forge import
- name: Publish app
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5001766

Please sign in to comment.