Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa6765 committed Jul 7, 2024
1 parent 262e8d7 commit 8ac3672
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/electron-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
run: pnpm install --force

- name: Build Electron App for ${{ matrix.os }}
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
if [[ "${{ matrix.os }}" == 'ubuntu-latest' ]]; then
pnpm run build:linux
Expand Down

0 comments on commit 8ac3672

Please sign in to comment.