Skip to content

Commit

Permalink
💚 fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
loicngr committed Feb 13, 2024
1 parent d7df812 commit 8202606
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
with:
node-version: 20
- run: npm install
- run: npm run generate:electron:icons
- run: npm run build:electron
- uses: actions/upload-artifact@master
with:
Expand All @@ -37,7 +36,6 @@ jobs:
with:
node-version: 20
- run: npm install
- run: npm run generate:electron:icons
- run: npm run build:electron
- uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit 8202606

Please sign in to comment.