Skip to content

Commit

Permalink
fix release cross
Browse files Browse the repository at this point in the history
  • Loading branch information
gofmanaa committed Jun 25, 2024
1 parent 19b4220 commit 5818f92
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5818f92

Please sign in to comment.