Fix typo in x86_64 macOS artifact name
This commit is contained in:
parent
84e63ef05e
commit
4dd275a501
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
matrix:
|
||||
include:
|
||||
- { name: ubuntu-18.04, os: ubuntu-18.04, cross-target: '' }
|
||||
- { name: macos-10.15-x84_64, os: macos-10.15, cross-target: '' }
|
||||
- { name: macos-10.15-x86_64, os: macos-10.15, cross-target: '' }
|
||||
- { name: macos-11-aarch64, os: macos-11, cross-target: aarch64-apple-darwin }
|
||||
- { name: windows, os: windows-latest, cross-target: '' }
|
||||
name: Package plugin binaries
|
||||
|
|
Loading…
Reference in a new issue