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