remove windows release CLI (#1181)
This commit is contained in:
@@ -15,7 +15,7 @@ on:
|
|||||||
operating-systems:
|
operating-systems:
|
||||||
type: string
|
type: string
|
||||||
required: false
|
required: false
|
||||||
default: '["ubuntu-latest","macos-latest","windows-latest"]'
|
default: '["ubuntu-latest","macos-latest"]'
|
||||||
architectures:
|
architectures:
|
||||||
type: string
|
type: string
|
||||||
required: false
|
required: false
|
||||||
@@ -37,8 +37,6 @@ jobs:
|
|||||||
target-suffix: unknown-linux-gnu
|
target-suffix: unknown-linux-gnu
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
target-suffix: apple-darwin
|
target-suffix: apple-darwin
|
||||||
- os: windows-latest
|
|
||||||
target-suffix: pc-windows-gnu
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|||||||
Reference in New Issue
Block a user