Skip to content

Commit

Permalink
Merge pull request #25 from SkywardAI/cbh778899-patch-1
Browse files Browse the repository at this point in the history
add env to upload step
  • Loading branch information
cbh778899 committed Sep 15, 2024
2 parents a4ad860 + e68a99c commit 2c133f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ jobs:
run: pnpm run build-electron

- name: Publish to release
run: gh release upload dist-electron/SkywardaiChat-*
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload dist-electron/SkywardaiChat-*

0 comments on commit 2c133f1

Please sign in to comment.