forked from lthn/blockchain
Update build-windows.yml
This commit is contained in:
parent
3d7e7166f2
commit
007d9fbd49
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-windows.yml
vendored
2
.github/workflows/build-windows.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
cache_packages: true
|
||||
|
||||
- name: Compile Release
|
||||
run: make msvc-194-amd64-release
|
||||
run: make msvc-194-amd64-release TESTNET=${{ inputs.chain-network == 'testnet' && '1' || '0' }}
|
||||
|
||||
- name: CLI Artifacts
|
||||
uses: ./.github/actions/upload-artifacts
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue