Skip to content

Commit

Permalink
Refactor build command and dependency installation in windows-build.y…
Browse files Browse the repository at this point in the history
…ml: Add GH_TOKEN environment variable
  • Loading branch information
minai621 committed Oct 18, 2024
1 parent a2419b3 commit 930619b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
run: |
pnpm run build && pnpx electron-builder --publish always
working-directory: ./native
env:
GH_TOKEN: ${{ secrets.github_token }}

- name: Upload Release Assets
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 930619b

Please sign in to comment.