Skip to content

Commit b72bf15

Browse files
authored
Remove windows binary from releases (#2655)
1 parent 8b884ea commit b72bf15

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ jobs:
101101
- os: "macos-11"
102102
dist-args: "--artifacts=local --target=x86_64-apple-darwin"
103103
install-dist: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.2.0/cargo-dist-installer.sh | sh"
104-
- os: "windows-2019"
105-
dist-args: "--artifacts=local --target=x86_64-pc-windows-msvc"
106-
install-dist: "irm https://github.com/axodotdev/cargo-dist/releases/download/v0.2.0/cargo-dist-installer.ps1 | iex"
107104
- os: "ubuntu-20.04"
108105
dist-args: "--artifacts=local --target=x86_64-unknown-linux-gnu"
109106
install-dist: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.2.0/cargo-dist-installer.sh | sh"

0 commit comments

Comments
 (0)