ci: exclude cgo

This commit is contained in:
mrFq1 2023-02-19 12:15:22 +08:00
parent be7a62478d
commit 1dbf20f760
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
with:
repository: 'MetaCubeX/Clash.Meta'
tag: "v1.14.2"
fileName: ".*darwin.*.gz"
fileName: ".*darwin.*64-v.*.gz"
out-file-path: "clash.meta"
token: ${{ secrets.GITHUB_TOKEN }}