1
0
Fork 0
forked from lthn/blockchain

Update build-windows.yml

This commit is contained in:
Snider 2025-09-25 17:55:07 +01:00
parent 3d7e7166f2
commit 007d9fbd49

View file

@ -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