Skip to content

Commit

Permalink
Try to fix CI CLI build for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Oct 5, 2023
1 parent 390b560 commit 1b017cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-20.04, windows-latest, macos-latest]
os: [ubuntu-20.04, windows-2022, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
Expand Down Expand Up @@ -275,13 +275,12 @@ jobs:
version: "v1.9.0"

Release:
needs:
[
needs: [
native-build-cli,
build-deb-testnet,
build-deb-mainnet,
MacOS-ARM64-CLI,
check-hw-tool
check-hw-tool,
# check-hw-tool-mainnet
]
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -311,9 +310,9 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: check_hw_${{ steps.get_version.outputs.VERSION }}.tar.gz
# - uses: actions/download-artifact@v3
# with:
# name: check_hw_${{ steps.get_version.outputs.VERSION }}_mainnet.tar.gz
# - uses: actions/download-artifact@v3
# with:
# name: check_hw_${{ steps.get_version.outputs.VERSION }}_mainnet.tar.gz
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand All @@ -326,4 +325,5 @@ jobs:
secretcli-Linux
secretcli-MacOS-arm64
check_hw_${{ steps.get_version.outputs.VERSION }}.tar.gz
# check_hw_${{ steps.get_version.outputs.VERSION }}_mainnet.tar.gz
# check_hw_${{ steps.get_version.outputs.VERSION }}_mainnet.tar.gz
2 changes: 1 addition & 1 deletion cosmwasm/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- build: macOS
os: macOS-latest
- build: Windows
os: windows-latest
os: windows-2022
defaults:
run:
shell: bash
Expand Down

0 comments on commit 1b017cf

Please sign in to comment.