[CI] Fix typo in CD
This commit is contained in:
parent
1696c69776
commit
d14310078b
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@ -18,7 +18,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
Build:
|
Build:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
if: (github.event_name != 'pull_request' || github.event.label.name == 'windows'))
|
if: (github.event_name != 'pull_request' || github.event.label.name == 'windows')
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
arch: [x64, x86]
|
arch: [x64, x86]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user