Update build.yml

This commit is contained in:
Eugene 2024-12-18 21:52:06 +01:00
parent a420aaacec
commit 54207d3ea5
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -329,15 +329,15 @@ jobs:
npm install --global node-gyp@10.2.0
npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"}
# - name: Build
# shell: powershell
# run: |
# npm i -g yar node-gyp
# yarn --network-timeout 1000000
# yarn run build
# node scripts/prepackage-plugins.mjs
# env:
# ARCH: ${{matrix.arch}}
- name: Build
shell: powershell
run: |
npm i -g yar node-gyp
yarn --network-timeout 1000000
# yarn run build
# node scripts/prepackage-plugins.mjs
env:
ARCH: ${{matrix.arch}}
- name: Build and sign packages
run: |