File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 target : x86_64-unknown-linux-musl
1616 binary_name : shai
1717 asset_name : shai-linux-x86_64
18- - os : windows-latest
19- target : x86_64-pc-windows-msvc
20- binary_name : shai.exe
21- asset_name : shai-windows-x86_64.exe
18+ # - os: windows-latest
19+ # target: x86_64-pc-windows-msvc
20+ # binary_name: shai.exe
21+ # asset_name: shai-windows-x86_64.exe
2222 - os : macos-latest
2323 target : x86_64-apple-darwin
2424 binary_name : shai
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 target : x86_64-unknown-linux-musl
1616 binary_name : shai
1717 asset_name : shai-unstable-linux-x86_64
18- - os : windows-latest
19- target : x86_64-pc-windows-msvc
20- binary_name : shai.exe
21- asset_name : shai-unstable-windows-x86_64.exe
18+ # - os: windows-latest
19+ # target: x86_64-pc-windows-msvc
20+ # binary_name: shai.exe
21+ # asset_name: shai-unstable-windows-x86_64.exe
2222 - os : macos-latest
2323 target : x86_64-apple-darwin
2424 binary_name : shai
@@ -120,7 +120,6 @@ jobs:
120120 --notes "Automated unstable build from commit ${{ github.sha }}" \
121121 --prerelease \
122122 shai-unstable-linux-x86_64/shai-unstable-linux-x86_64 \
123- shai-unstable-windows-x86_64.exe/shai-unstable-windows-x86_64.exe \
124123 shai-unstable-macos-x86_64/shai-unstable-macos-x86_64 \
125124 shai-unstable-macos-aarch64/shai-unstable-macos-aarch64
126125 env :
You can’t perform that action at this time.
0 commit comments