UPD: Skip uploading artifacts in build workflow

This commit is contained in:
Robert Kossessa
2024-06-12 18:16:55 +02:00
parent 252fe1bcda
commit 31e061a852

View File

@@ -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