diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8a0ba51552..412d582aa7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,6 +42,10 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile + - name: Update app-builder-bin for Windows + if: startsWith(matrix.os, 'windows') + run: pnpm install app-builder-bin + # Only vite build without release if it is a fork, or it is a pull-request - name: Vite Build if: github.repository == 'th-ch/youtube-music' && github.event_name == 'pull_request'