修补mac环境变量

This commit is contained in:
ACT丶流星雨 2026-04-05 12:03:39 +08:00
parent 1737e67a85
commit 219d7d15e1

View File

@ -97,6 +97,8 @@ jobs:
- name: 安装依赖
if: steps.cache.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile
env:
npm_config_arch: ${{ matrix.arch }}
- name: 打包 macOS 安装程序
run: yarn dist:mac --${{ matrix.arch }}
@ -136,6 +138,8 @@ jobs:
- name: 安装依赖
run: yarn install --frozen-lockfile
env:
npm_config_arch: ${{ matrix.arch }}
- name: 打包 Linux 安装程序
run: yarn dist:linux --${{ matrix.arch }}