Skip to content

Commit

Permalink
publish electron disable, revert build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DNLRQ committed Nov 30, 2024
1 parent be7e000 commit 1b56da8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,3 @@ jobs:
run: npm run lint
- name: Run vite build
run: npm run build
- name: Publish artifacts
run: npm run publish
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@
"linux": {
"icon": "public/icon.png",
"target": "AppImage"
}
},
"publish": null
},
"overrides": {
"follow-redirects": "^1.15.4"
Expand Down

0 comments on commit 1b56da8

Please sign in to comment.