Update architecture specification in GitHub Actions workflow from X64 to AMD64 for macOS build

This commit is contained in:
qianlifeng 2024-12-20 00:31:40 +08:00
parent 84d6aade6c
commit d54e7cd482
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
content_type: application/x-elf
needs_keychain: true
- os: macOS
arch: X64
arch: AMD64
runner: [ self-hosted, macOS, X64 ]
asset_path: ./release/wox-mac-amd64.dmg
asset_name: wox-mac-amd64-$$.dmg