mirror of https://github.com/Wox-launcher/Wox
Update architecture specification in GitHub Actions workflow from X64 to AMD64 for macOS build
This commit is contained in:
parent
84d6aade6c
commit
d54e7cd482
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue