diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 819e5a0..a88e535 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: uses: pnpm/action-setup@v4.0.0 #TODO - Remove this once https://github.com/electron-userland/electron-builder/issues/6933#issuecomment-1213438889 is resolved - - name: Tweak pnpm.cjs + - name: 💡 Tweak pnpm.cjs if: ${{ contains(matrix.os, 'windows') }} run: sed -i 's/\/usr\/bin\/env node/node/g' /c/Users/runneradmin/setup-pnpm/node_modules/.pnpm/pnpm@9.3.0/node_modules/pnpm/bin/pnpm.cjs shell: bash @@ -50,11 +50,5 @@ jobs: run: | pnpm i pnpm ${{ matrix.pnpm_command }} - - - name: 📦 Upload artifact - uses: actions/upload-artifact@v4 - with: - name: ${{ matrix.asset_name }} - path: ${{ matrix.binary_path }} permissions: contents: write \ No newline at end of file