mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-14 18:57:40 +01:00
fix: 🔧 修复 MacOS ARM64 版本打包失败的问题
This commit is contained in:
parent
87b533f714
commit
e9a8fc2a62
11
.github/workflows/release-assets.yml
vendored
11
.github/workflows/release-assets.yml
vendored
@ -11,8 +11,13 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
arch: amd64
|
||||
- os: macos-latest
|
||||
arch: [arm64, amd64]
|
||||
- os: windows-latest
|
||||
arch: amd64
|
||||
steps:
|
||||
- name: Check out Git repository
|
||||
uses: actions/checkout@v3
|
||||
@ -58,4 +63,4 @@ jobs:
|
||||
dist-release/*.yml
|
||||
dist-release/*.blockmap
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user