Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vendicated authored Jan 16, 2024
1 parent b91cdce commit 9c2e791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
run: pnpm build

- name: Run Electron Builder
if: ${{ matrix.platform != 'mac }}
if: ${{ matrix.platform != 'mac' }}
run: |
pnpm electron-builder --${{ matrix.platform }} --publish always
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Run Electron Builder
if: ${{ matrix.platform == 'mac }}
if: ${{ matrix.platform == 'mac' }}
run: |
pnpm electron-builder --${{ matrix.platform }} --publish always
env:
Expand Down

0 comments on commit 9c2e791

Please sign in to comment.