diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e0631ca88a..5bcdd7b458 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,9 +101,6 @@ jobs: - os: "macos-11" dist-args: "--artifacts=local --target=x86_64-apple-darwin" install-dist: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.2.0/cargo-dist-installer.sh | sh" - - os: "windows-2019" - dist-args: "--artifacts=local --target=x86_64-pc-windows-msvc" - install-dist: "irm https://github.com/axodotdev/cargo-dist/releases/download/v0.2.0/cargo-dist-installer.ps1 | iex" - os: "ubuntu-20.04" dist-args: "--artifacts=local --target=x86_64-unknown-linux-gnu" install-dist: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.2.0/cargo-dist-installer.sh | sh"