Skip to content

Commit

Permalink
Merge pull request #27 from SkywardAI/workflow
Browse files Browse the repository at this point in the history
update workflow
  • Loading branch information
cbh778899 committed Sep 15, 2024
2 parents 8c17011 + 7447211 commit 2633d90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +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-*
run: gh release upload ${{github.event.release.tag_name}} upload dist-electron/SkywardaiChat-*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ nsis:
allowToChangeInstallationDirectory: true # Let the user change the install directory
createDesktopShortcut: true # Create desktop shortcut after installation
createStartMenuShortcut: true # Create start menu shortcut

publish: "never"

0 comments on commit 2633d90

Please sign in to comment.