We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a4119 commit 5b87b18Copy full SHA for 5b87b18
.github/workflows/release.yml
@@ -30,10 +30,11 @@ jobs:
30
target: aarch64-apple-darwin
31
binary_name: zebo-inspect
32
asset_name: zebo-inspect-macos-arm64
33
- - os: windows-latest
34
- target: x86_64-pc-windows-msvc
35
- binary_name: zebo-inspect.exe
36
- asset_name: zebo-inspect-windows-x64.exe
+ # Windows is not supported yet. Make a PR if interested.
+ # - os: windows-latest
+ # target: x86_64-pc-windows-msvc
+ # binary_name: zebo-inspect.exe
37
+ # asset_name: zebo-inspect-windows-x64.exe
38
39
steps:
40
- name: Checkout code
0 commit comments