mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-23 23:21:02 +01:00
ci: 🔧 Update ci
This commit is contained in:
parent
cc1d7c5cc4
commit
e0eb73bbaf
13
.github/workflows/release-assets.yml
vendored
13
.github/workflows/release-assets.yml
vendored
@ -27,24 +27,29 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
|
||||||
|
- name: Enable corepack and pnpm
|
||||||
|
run: |
|
||||||
|
corepack enable
|
||||||
|
corepack prepare pnpm@latest --activate
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm install
|
run: pnpm install
|
||||||
|
|
||||||
- name: build-linux
|
- name: build-linux
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
run: npm run build:linux
|
run: pnpm build:linux
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
|
|
||||||
- name: build-mac
|
- name: build-mac
|
||||||
if: matrix.os == 'macos-latest'
|
if: matrix.os == 'macos-latest'
|
||||||
run: npm run build:mac
|
run: pnpm build:mac
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
|
|
||||||
- name: build-win
|
- name: build-win
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
run: npm run build:win
|
run: pnpm build:win
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
|
|
||||||
|
9
.npmrc
9
.npmrc
@ -1,7 +1,4 @@
|
|||||||
registry=https://registry.npmmirror.com/
|
# 国内用户如果遇到无法安装依赖的情况,请将 .npmrc.CN 中的配置覆盖到本文件中
|
||||||
shamefully-hoist=true
|
|
||||||
virtual-store-dir-max-length=70
|
|
||||||
|
|
||||||
ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/
|
shamefully-hoist=true
|
||||||
ELECTRON_CUSTOM_DIR="{{ version }}"
|
virtual-store-dir-max-length=70
|
||||||
ELECTRON_BUILDER_BINARIES_MIRROR=https://npmmirror.com/mirrors/electron-builder-binaries/
|
|
8
.npmrc.CN
Normal file
8
.npmrc.CN
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
shamefully-hoist=true
|
||||||
|
virtual-store-dir-max-length=70
|
||||||
|
|
||||||
|
|
||||||
|
registry=https://registry.npmmirror.com/
|
||||||
|
ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/
|
||||||
|
ELECTRON_CUSTOM_DIR="{{ version }}"
|
||||||
|
ELECTRON_BUILDER_BINARIES_MIRROR=https://npmmirror.com/mirrors/electron-builder-binaries/
|
Loading…
Reference in New Issue
Block a user