diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index c01a839..0c540d3 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -97,10 +97,10 @@ jobs: cache: "pnpm" - name: Install Node dependencies - run: pnpm install + run: pnpm install -g cargo-cp-artifact && pnpm install - name: Install Electron-Builder - run: pnpm install -g cargo-cp-artifact && pnpm install + run: pnpm install -g electron-builder - name: Replace the version number run: (Get-Content src/utils.ts) -replace "\d\.\d\.\d", "DEV" | Out-File src/utils.ts