Skip to content

Commit

Permalink
Sync realeas.yaml from master
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Oct 8, 2023
1 parent 992a04d commit 74ae0db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .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, macos-latest]
os: [ubuntu-20.04, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
Expand Down Expand Up @@ -295,6 +295,9 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: secretcli-macOS
- uses: actions/download-artifact@v3
with:
name: secretcli-Windows
- uses: actions/download-artifact@v3
with:
name: secretcli-MacOS-arm64
Expand All @@ -318,6 +321,7 @@ jobs:
secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_goleveldb_amd64.deb
secretnetwork_${{ steps.get_version.outputs.VERSION }}_testnet_goleveldb_amd64.deb
secretcli-macOS
secretcli-Windows
secretcli-Linux
secretcli-MacOS-arm64
check_hw_${{ steps.get_version.outputs.VERSION }}.tar.gz
Expand Down

0 comments on commit 74ae0db

Please sign in to comment.