Skip to content

Commit 8c17011

Browse files
authored
Merge pull request #26 from SkywardAI/workflow-fix
update workflows
2 parents d511f0c + efdf80a commit 8c17011

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/distribution.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636

3737
- name: Build Electron app
3838
run: pnpm run build-electron
39+
env:
40+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3941

4042
- name: Publish to release
4143
run: gh release ${{github.event.release.tag_name}} upload dist-electron/SkywardaiChat-*

electron-builder.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,15 @@ files:
1313
win:
1414
target:
1515
- nsis # Windows installer type, you can use zip, nsis, etc.
16-
icon: assets/icon.png
1716

1817
mac:
1918
target:
2019
- dmg # macOS installer type
21-
icon: assets/icon.png
2220

2321
linux:
2422
target:
2523
- AppImage
2624
# - deb # You can also specify 'deb', 'rpm', etc.
27-
icon: assets/icon.png
2825

2926
nsis:
3027
oneClick: true # Whether the installer is one-click

0 commit comments

Comments
 (0)