UPD: Skip uploading artifacts in build workflow
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user