We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 138aa56 commit ff730f3Copy full SHA for ff730f3
.github/workflows/release.yml
@@ -34,8 +34,6 @@ jobs:
34
os: ubuntu-22.04
35
# - target: x86_64-apple-darwin
36
# os: macos-latest
37
- # - target: x86_64-pc-windows-msvc
38
- # os: windows-latest
39
runs-on: ${{ matrix.os }}
40
steps:
41
- uses: actions/checkout@v3
@@ -46,10 +44,6 @@ jobs:
46
44
# [default value: unix]
47
45
# [possible values: all, unix, windows, none]
48
tar: unix
49
- # (optional) On which platform to distribute the `.zip` file.
50
- # [default value: windows]
51
- # [possible values: all, unix, windows, none]
52
- zip: windows
53
# (optional) Target triple, default is host triple.
54
target: ${{ matrix.target }}
55
env:
0 commit comments