Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
keiko233 committed Dec 24, 2023
1 parent bd7656f commit 85bc278
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
matrix:
targets:
- os: windows-latest
category: nsis
- os: windows-latest
category: msi
category: all
- os: ubuntu-latest
category: all
- os: macos-13
Expand Down Expand Up @@ -111,7 +109,7 @@ jobs:
args: -f default-meta -c ./backend/tauri/tauri.conf.json

- name: Portable Bundle (Windows Only)
if: startsWith(matrix.targets.os, 'windows-') && matrix.targets.category == 'nsis'
if: startsWith(matrix.targets.os, 'windows-')
run: |
pnpm portable
env:
Expand Down

0 comments on commit 85bc278

Please sign in to comment.