mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-02-17 10:58:38 +01:00
fix: 🔧 去除未测试环境的打包以修复构建失败的问题
This commit is contained in:
parent
c85f8fb187
commit
d6ec7fdfbe
@ -25,13 +25,13 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
|
||||
- name: build-linux
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: npm run build:linux
|
||||
# - name: build-linux
|
||||
# if: matrix.os == 'ubuntu-latest'
|
||||
# run: npm run build:linux
|
||||
|
||||
- name: build-mac
|
||||
if: matrix.os == 'macos-latest'
|
||||
run: npm run build:mac
|
||||
# - name: build-mac
|
||||
# if: matrix.os == 'macos-latest'
|
||||
# run: npm run build:mac
|
||||
|
||||
- name: build-win
|
||||
if: matrix.os == 'windows-latest'
|
@ -13,8 +13,7 @@ asarUnpack:
|
||||
win:
|
||||
executableName: escrcpy
|
||||
target:
|
||||
- target: nsis
|
||||
arch: [ia32, x64]
|
||||
- nsis
|
||||
- zip
|
||||
- portable
|
||||
nsis:
|
||||
|
Loading…
x
Reference in New Issue
Block a user