Skip to content

Commit

Permalink
Merge pull request #29 from SkywardAI/bug-fix
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
cbh778899 authored Sep 15, 2024
2 parents 8df7e7f + 828ec7d commit 210cf77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
run: pnpm run build-electron

- name: Publish to release
run: gh release upload ${{github.event.release.tag_name}} upload dist-electron/SkywardaiChat-*
run: gh release upload ${{github.event.release.tag_name}} dist-electron/SkywardaiChat-*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ files:
win:
target:
- nsis # Windows installer type, you can use zip, nsis, etc.
oneClick: false

mac:
target:
Expand Down

0 comments on commit 210cf77

Please sign in to comment.