From 5818f92de00c225a26570ca6604bce9bf6907041 Mon Sep 17 00:00:00 2001 From: Olexander Hofman Date: Tue, 25 Jun 2024 12:23:27 +0100 Subject: [PATCH] fix release cross --- .github/workflows/release2.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release2.yml b/.github/workflows/release2.yml index 063e884..13c4c78 100644 --- a/.github/workflows/release2.yml +++ b/.github/workflows/release2.yml @@ -23,11 +23,11 @@ jobs: bin: mamorurs-cli name: mamorurs-cli-Linux-x86_64.zip - - release_for: Windows-x86_64 - os: windows-latest - target: x86_64-pc-windows-msvc - bin: mamorurs-cli.exe - name: mamorurs-cli-Windows-x86_64.zip +# - release_for: Windows-x86_64 +# os: windows-latest +# target: x86_64-pc-windows-msvc +# bin: mamorurs-cli.exe +# name: mamorurs-cli-Windows-x86_64.zip - release_for: macOS-x86_64 os: macos-latest @@ -58,7 +58,6 @@ jobs: - name: Manually update known_hosts run: | - mkdir -p ~/.ssh/ && touch ~/.ssh/known_hosts && ssh-keyscan github.com >> ~/.ssh/known_hosts - uses: Swatinem/rust-cache@v2