Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
Signed-off-by: cbh778899 <[email protected]>
  • Loading branch information
cbh778899 committed Sep 15, 2024
1 parent d511f0c commit efdf80a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:

- name: Build Electron app
run: pnpm run build-electron
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish to release
run: gh release ${{github.event.release.tag_name}} upload dist-electron/SkywardaiChat-*
Expand Down
3 changes: 0 additions & 3 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,15 @@ files:
win:
target:
- nsis # Windows installer type, you can use zip, nsis, etc.
icon: assets/icon.png

mac:
target:
- dmg # macOS installer type
icon: assets/icon.png

linux:
target:
- AppImage
# - deb # You can also specify 'deb', 'rpm', etc.
icon: assets/icon.png

nsis:
oneClick: true # Whether the installer is one-click
Expand Down

0 comments on commit efdf80a

Please sign in to comment.